Skip to content

Commit

Permalink
Merge branch 'main' into renovate/velero
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Dec 17, 2024
2 parents 3a3b1fd + 056a6ee commit fef0d46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/grafana/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
- ../chart/values.yaml
- name: grafana
url: https://grafana.github.io/helm-charts/
version: 8.7.0
version: 8.8.2
namespace: grafana
valuesFiles:
- ../values/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ sidecar:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/k8s-sidecar-fips
tag: 1.28.1
tag: 1.28.3
2 changes: 1 addition & 1 deletion src/grafana/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidecar:
# -- The Docker registry
registry: ghcr.io
repository: kiwigrid/k8s-sidecar
tag: 1.28.1
tag: 1.28.3

image:
registry: docker.io
Expand Down
4 changes: 2 additions & 2 deletions src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ components:
- docker.io/grafana/grafana:11.4.0
- docker.io/curlimages/curl:8.11.1
- docker.io/library/busybox:1.37.0
- ghcr.io/kiwigrid/k8s-sidecar:1.28.1
- ghcr.io/kiwigrid/k8s-sidecar:1.28.3

- name: grafana
required: true
Expand Down Expand Up @@ -61,4 +61,4 @@ components:
- cgr.dev/du-uds-defenseunicorns/grafana-fips:11.4.0
- cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37.0
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.11.1
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.28.1
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.28.3

0 comments on commit fef0d46

Please sign in to comment.