Skip to content

Commit 0f5bb04

Browse files
Bump test chart dependencies (#672)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcofranssen <694733+marcofranssen@users.noreply.github.com>
1 parent aea591e commit 0f5bb04

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/tests/charts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "kube-prometheus-stack",
44
"repo": "https://prometheus-community.github.io/helm-charts",
5-
"version": "77.10.0"
5+
"version": "77.12.0"
66
},
77
{
88
"name": "cert-manager",

charts/spire/charts/spiffe-oidc-discovery-provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
128128
| `tests.toolkit.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
129129
| `tests.toolkit.image.repository` | The repository within the registry | `chainguard/min-toolkit-debug` |
130130
| `tests.toolkit.image.pullPolicy` | The image pull policy | `IfNotPresent` |
131-
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:171460fe39c543746a955c93bc1f57f195e4f2ab52d38942aa1b064399a1fecc` |
131+
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:d9128194d12271533653ef6b7dc47115bbf3bf85acdaa7b08fda5e714cf30b2b` |
132132
| `tests.step.image.registry` | The OCI registry to pull the image from | `docker.io` |
133133
| `tests.step.image.repository` | The repository within the registry | `smallstep/step-cli` |
134134
| `tests.step.image.pullPolicy` | The image pull policy | `IfNotPresent` |

charts/spire/charts/spiffe-oidc-discovery-provider/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ tests:
366366
registry: cgr.dev
367367
repository: chainguard/min-toolkit-debug
368368
pullPolicy: IfNotPresent
369-
tag: latest@sha256:171460fe39c543746a955c93bc1f57f195e4f2ab52d38942aa1b064399a1fecc
369+
tag: latest@sha256:d9128194d12271533653ef6b7dc47115bbf3bf85acdaa7b08fda5e714cf30b2b
370370

371371
step:
372372
## @param tests.step.image.registry The OCI registry to pull the image from

charts/spire/charts/spire-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ A Helm chart to install the SPIRE agent.
127127
| `hostCert.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
128128
| `hostCert.image.repository` | The repository within the registry | `chainguard/min-toolkit-debug` |
129129
| `hostCert.image.pullPolicy` | The image pull policy | `IfNotPresent` |
130-
| `hostCert.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:171460fe39c543746a955c93bc1f57f195e4f2ab52d38942aa1b064399a1fecc` |
130+
| `hostCert.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:d9128194d12271533653ef6b7dc47115bbf3bf85acdaa7b08fda5e714cf30b2b` |
131131
| `hostCert.resources` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | `{}` |
132132
| `priorityClassName` | Priority class assigned to daemonset pods. Can be auto set with global.recommendations.priorityClassName. | `""` |
133133
| `extraEnvVars` | Extra environment variables to be added to the Spire Agent container | `[]` |

charts/spire/charts/spire-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ hostCert:
314314
registry: cgr.dev
315315
repository: chainguard/min-toolkit-debug
316316
pullPolicy: IfNotPresent
317-
tag: latest@sha256:171460fe39c543746a955c93bc1f57f195e4f2ab52d38942aa1b064399a1fecc
317+
tag: latest@sha256:d9128194d12271533653ef6b7dc47115bbf3bf85acdaa7b08fda5e714cf30b2b
318318

319319
## @param hostCert.resources Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
320320
resources: {}

0 commit comments

Comments
 (0)