Skip to content

Commit

Permalink
chore(deps): update grafana
Browse files Browse the repository at this point in the history
| datasource | package                                         | from   | to     |
| ---------- | ----------------------------------------------- | ------ | ------ |
| docker     | cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips | 1.27.4 | 1.27.5 |
| docker     | ghcr.io/kiwigrid/k8s-sidecar                    | 1.27.4 | 1.27.5 |
| helm       | grafana                                         | 8.3.2  | 8.3.4  |
| docker     | registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar | 1.27.4 | 1.27.5 |
  • Loading branch information
renovate[bot] authored Jul 13, 2024
1 parent fb365cf commit e223bc7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/grafana/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
localPath: ../chart
- name: grafana
url: https://grafana.github.io/helm-charts/
version: 8.3.2
version: 8.3.4
namespace: grafana
valuesFiles:
- ../values/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/grafana/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sidecar:
image:
registry: registry1.dso.mil
repository: ironbank/kiwigrid/k8s-sidecar
tag: 1.27.4
tag: 1.27.5
2 changes: 1 addition & 1 deletion src/grafana/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sidecar:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/k8s-sidecar-fips
tag: 1.27.4
tag: 1.27.5
2 changes: 1 addition & 1 deletion src/grafana/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidecar:
# -- The Docker registry
registry: ghcr.io
repository: kiwigrid/k8s-sidecar
tag: 1.27.4
tag: 1.27.5

image:
registry: docker.io
Expand Down
6 changes: 3 additions & 3 deletions src/grafana/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ components:
- docker.io/grafana/grafana:11.1.0
- docker.io/curlimages/curl:8.8.0
- docker.io/library/busybox:1.36.1
- ghcr.io/kiwigrid/k8s-sidecar:1.27.4
- ghcr.io/kiwigrid/k8s-sidecar:1.27.5

- name: grafana
required: true
Expand All @@ -39,7 +39,7 @@ components:
images:
- registry1.dso.mil/ironbank/opensource/grafana/grafana:11.1.0
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.27.4
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.27.5

- name: grafana
required: true
Expand All @@ -55,4 +55,4 @@ components:
- cgr.dev/du-uds-defenseunicorns/grafana-fips:11.1.0
- cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36.1
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.8.0
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.27.4
- cgr.dev/du-uds-defenseunicorns/k8s-sidecar-fips:1.27.5

0 comments on commit e223bc7

Please sign in to comment.