Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker image ghcr.io/kiwigrid/k8s-sidecar to 1.28.0 #7451

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/apps/monitoring/gatus/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
dependsOn: init-db
image: &configSyncImage
repository: ghcr.io/kiwigrid/k8s-sidecar
tag: 1.27.6@sha256:db85bd5532530d288736b35e63baceacbf570bf863d85a0404b33c1e1631f63b
tag: 1.28.0@sha256:4166a019eeafd1f0fef4d867dc5f224f18d84ec8681dbb31f3ca258ecf07bcf2
env: &configSyncEnv
FOLDER: /config
LABEL: gatus.io/enabled
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/monitoring/grafana/instance/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
name: dashboards
# This container watches the namespace for configmaps with the `dashboards` label
# and creates files for all their keys under `FOLDER`
- image: 'ghcr.io/kiwigrid/k8s-sidecar:1.27.6'
- image: 'ghcr.io/kiwigrid/k8s-sidecar:1.28.0'
name: k8s-sidecar
env:
- name: LABEL
Expand Down
Loading