Skip to content

Commit

Permalink
Merge pull request #279 from chronosphereio/ci_update_core_operator_c…
Browse files Browse the repository at this point in the history
…hart

ci: update Core Operator chart
  • Loading branch information
pwhelan authored Oct 22, 2024
2 parents e3b45bb + dd37401 commit be171e0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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: 3.3.5
appVersion: "v3.3.5"
version: 3.4.1
appVersion: "v3.4.1"
maintainers:
- name: Calyptia
email: hello@calyptia.com
Expand Down
2 changes: 1 addition & 1 deletion charts/core-crd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ images:
fluentBit:
registry: ghcr.io
repository: calyptia/core/calyptia-fluent-bit
tag: 24.10.0
tag: 24.10.1
pullSecrets: []
ingestCheck:
registry: ghcr.io
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: 3.3.5
appVersion: "v3.3.5"
version: 3.4.1
appVersion: "v3.4.1"
maintainers:
- name: Calyptia
email: hello@calyptia.com
Expand Down
2 changes: 1 addition & 1 deletion charts/core-instance/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- name: SKIP_SERVICE_CREATION
value: {{ .Values.skipServiceCreation | quote }}
- name: TOLERATIONS
value: {{ .Values.calyptiaTolerations }}
value: {{ .Values.calyptiaTolerations | quote }}
- name: HTTP_PROXY
value: {{ template "instance.httpProxy" . }}
- name: HTTPS_PROXY
Expand Down
4 changes: 2 additions & 2 deletions charts/core-instance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ images:
fromCloud:
registry: ghcr.io
repository: calyptia/core-operator/sync-from-cloud
tag: 3.3.5
tag: 3.4.1
pullSecrets: []
toCloud:
registry: ghcr.io
repository: calyptia/core-operator/sync-to-cloud
tag: 3.3.5
tag: 3.4.1
pullSecrets: []
hotReload:
registry: ghcr.io
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: 3.3.5
appVersion: "v3.3.5"
version: 3.4.1
appVersion: "v3.4.1"
maintainers:
- name: Calyptia
email: hello@calyptia.com
Expand Down
2 changes: 1 addition & 1 deletion charts/core-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ images:
operator:
registry: ghcr.io
repository: calyptia/core-operator
tag: 3.3.5
tag: 3.4.1
pullSecrets: []
hotReload:
registry: ghcr.io
Expand Down

0 comments on commit be171e0

Please sign in to comment.