Skip to content

Commit

Permalink
ci: update Core Operator chart from latest version internally (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jasmingacic <[email protected]>
  • Loading branch information
calyptia-ci and jasmingacic authored May 29, 2024
1 parent f6742f1 commit 2627492
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/core-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: core-crd
description: A Helm chart for Kubernetes
type: application
version: 2.12.5
appVersion: "v2.12.5"
version: 2.12.6
appVersion: "v2.12.6"
maintainers:
- name: Calyptia
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/core-instance/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Calyptia Core Instance chart
home: https://calyptia.com/products/core/
icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg
type: application
version: 2.12.5
appVersion: "v2.12.5"
version: 2.12.6
appVersion: "v2.12.6"
maintainers:
- name: Calyptia
email: [email protected]
Expand Down
2 changes: 2 additions & 0 deletions charts/core-instance/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ spec:
value: {{ .Values.https_proxy | quote }}
- name: NO_PROXY
value: {{ .Values.no_proxy | quote }}
- name: CLOUD_PROXY
value: {{ .Values.cloud_proxy | quote }}
image: {{ template "fromCloud.image" . }}
imagePullPolicy: {{ .Values.global.pullPolicy | quote }}
name: from-cloud
Expand Down
7 changes: 6 additions & 1 deletion charts/core-instance/tests/core-instance_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tests:
repository: test/ingestcheck
tag: 1.2.3
http_proxy: https
cloud_proxy: cloud
asserts:
# From Cloud
- equal:
Expand Down Expand Up @@ -121,7 +122,11 @@ tests:
value:
value: https
name: HTTP_PROXY

- equal:
path: spec.template.spec.containers[0].env[18]
value:
value: cloud
name: CLOUD_PROXY
# To Cloud
- equal:
path: spec.template.spec.containers[1].env[0]
Expand Down
1 change: 1 addition & 0 deletions charts/core-instance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ serviceAccount:
http_proxy: ""
https_proxy: ""
no_proxy: ""
cloud_proxy: ""
#
## RBAC configuration
## @param rbac.create Specifies whether RBAC resources should be created
Expand Down
4 changes: 2 additions & 2 deletions charts/core-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Calyptia Core Operator chart
home: https://calyptia.com/products/core/
icon: https://storage.googleapis.com/calyptia_public_resources_bucket/logo-darkmode.svg
type: application
version: 2.12.5
appVersion: "v2.12.5"
version: 2.12.6
appVersion: "v2.12.6"
maintainers:
- name: Calyptia
email: [email protected]
Expand Down

0 comments on commit 2627492

Please sign in to comment.