Skip to content

Commit

Permalink
ci: update Calyptia Cloud Standalone chart from latest version intern…
Browse files Browse the repository at this point in the history
…ally

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
patrick-stephens authored and github-actions[bot] committed Mar 12, 2024
1 parent ef4f489 commit 54722b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions calyptia-cloud-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ spec:
securityContext:
runAsNonRoot: false
runAsUser: 0
image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.1"
image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.3"
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
Expand Down Expand Up @@ -1758,7 +1758,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: monitoring-aggregator
image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.1"
image: "ghcr.io/calyptia/core/calyptia-fluent-bit:24.2.3"
imagePullPolicy: IfNotPresent
command:
- /fluent-bit/bin/fluent-bit
Expand Down
4 changes: 2 additions & 2 deletions charts/calyptia-cloud-standalone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ monitoring-daemonset:
image:
# Have to customise separately
repository: ghcr.io/calyptia/core/calyptia-fluent-bit
tag: 24.2.1
tag: 24.2.3
pullPolicy: IfNotPresent
# Modify this to use any other CM you want
existingConfigMap: monitoring-daemonset
Expand Down Expand Up @@ -478,7 +478,7 @@ monitoring-aggregator:
- regcreds
image:
repository: ghcr.io/calyptia/core/calyptia-fluent-bit
tag: 24.2.1
tag: 24.2.3
pullPolicy: IfNotPresent
# Modify this to use any other CM you want
existingConfigMap: monitoring-aggregator
Expand Down

0 comments on commit 54722b9

Please sign in to comment.