Skip to content

Commit 3e8f3f1

Browse files
spire-helm-version-checker[bot]marcofranssenkfox1111
authored
Bump test chart dependencies (#753)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcofranssen <694733+marcofranssen@users.noreply.github.com> Co-authored-by: kfox1111 <Kevin.Fox@pnnl.gov>
1 parent b0aa3e4 commit 3e8f3f1

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
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": "82.0.0"
5+
"version": "82.2.1"
66
},
77
{
88
"name": "cert-manager",

.github/tests/oci-charts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
"name": "mariadb",
44
"registry": "docker.io/bitnamicharts/mariadb",
5-
"version": "24.1.1"
5+
"version": "25.0.0"
66
},
77
{
88
"name": "postgresql",
99
"registry": "docker.io/bitnamicharts/postgresql",
10-
"version": "18.3.0"
10+
"version": "18.4.0"
1111
},
1212
{
1313
"name": "envoy-gateway",

charts/spire/charts/spiffe-csi-driver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ A Helm chart to install the SPIFFE CSI driver.
7373
| `selinux.image.registry` | The OCI registry to pull the image from | `registry.access.redhat.com` |
7474
| `selinux.image.repository` | The repository within the registry | `ubi9` |
7575
| `selinux.image.pullPolicy` | The image pull policy | `IfNotPresent` |
76-
| `selinux.image.tag` | Overrides the image tag whose default is the chart appVersion | `9.7-1770238273` |
76+
| `selinux.image.tag` | Overrides the image tag whose default is the chart appVersion | `9.7-1771346757` |
7777

charts/spire/charts/spiffe-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ selinux:
166166
registry: registry.access.redhat.com
167167
repository: ubi9
168168
pullPolicy: IfNotPresent
169-
tag: 9.7-1770238273
169+
tag: 9.7-1771346757

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
126126
| `tests.bash.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
127127
| `tests.bash.image.repository` | The repository within the registry | `chainguard/bash` |
128128
| `tests.bash.image.pullPolicy` | The image pull policy | `IfNotPresent` |
129-
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae` |
129+
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7` |
130130
| `tests.toolkit.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
131131
| `tests.toolkit.image.repository` | The repository within the registry | `chainguard/min-toolkit-debug` |
132132
| `tests.toolkit.image.pullPolicy` | The image pull policy | `IfNotPresent` |
133-
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:68d2eec2bb2b3d864384c13d531aa5da7c39a49c2e05a134b35984f9a4ffaa43` |
133+
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:205a8659ce60374de61aa1e439e48eaf52caa1bf32fa498c1a93a1f3c6c9ab6f` |
134134
| `tests.step.image.registry` | The OCI registry to pull the image from | `docker.io` |
135135
| `tests.step.image.repository` | The repository within the registry | `smallstep/step-cli` |
136136
| `tests.step.image.pullPolicy` | The image pull policy | `IfNotPresent` |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ tests:
359359
registry: cgr.dev
360360
repository: chainguard/bash
361361
pullPolicy: IfNotPresent
362-
tag: latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae
362+
tag: latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7
363363

364364
toolkit:
365365
## @param tests.toolkit.image.registry The OCI registry to pull the image from
@@ -371,7 +371,7 @@ tests:
371371
registry: cgr.dev
372372
repository: chainguard/min-toolkit-debug
373373
pullPolicy: IfNotPresent
374-
tag: latest@sha256:68d2eec2bb2b3d864384c13d531aa5da7c39a49c2e05a134b35984f9a4ffaa43
374+
tag: latest@sha256:205a8659ce60374de61aa1e439e48eaf52caa1bf32fa498c1a93a1f3c6c9ab6f
375375

376376
step:
377377
## @param tests.step.image.registry The OCI registry to pull the image from

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A Helm chart to install the SPIRE agent.
7373
| `fsGroupFix.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
7474
| `fsGroupFix.image.repository` | The repository within the registry | `chainguard/bash` |
7575
| `fsGroupFix.image.pullPolicy` | The image pull policy | `IfNotPresent` |
76-
| `fsGroupFix.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae` |
76+
| `fsGroupFix.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7` |
7777
| `keyManager.memory.enabled` | Enable the memory based Key Manager | `true` |
7878
| `keyManager.disk.enabled` | Enable the disk based Key Manager (must have persistence.type set to hostPath when enabled) | `false` |
7979
| `nodeAttestor.k8sPSAT.enabled` | Enable PSAT k8s Node Attestor | `true` |
@@ -125,11 +125,11 @@ A Helm chart to install the SPIRE agent.
125125
| `socketAlternate.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
126126
| `socketAlternate.image.repository` | The repository within the registry | `chainguard/bash` |
127127
| `socketAlternate.image.pullPolicy` | The image pull policy | `IfNotPresent` |
128-
| `socketAlternate.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae` |
128+
| `socketAlternate.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7` |
129129
| `hostCert.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
130130
| `hostCert.image.repository` | The repository within the registry | `chainguard/min-toolkit-debug` |
131131
| `hostCert.image.pullPolicy` | The image pull policy | `IfNotPresent` |
132-
| `hostCert.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:68d2eec2bb2b3d864384c13d531aa5da7c39a49c2e05a134b35984f9a4ffaa43` |
132+
| `hostCert.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:205a8659ce60374de61aa1e439e48eaf52caa1bf32fa498c1a93a1f3c6c9ab6f` |
133133
| `priorityClassName` | Priority class assigned to daemonset pods. Can be auto set with global.recommendations.priorityClassName. | `""` |
134134
| `extraEnvVars` | Extra environment variables to be added to the Spire Agent container and init containers | `[]` |
135135
| `extraVolumes` | Extra volumes to be mounted on Spire Agent pods | `[]` |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fsGroupFix:
159159
registry: cgr.dev
160160
repository: chainguard/bash
161161
pullPolicy: IfNotPresent
162-
tag: latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae
162+
tag: latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7
163163

164164
keyManager:
165165
memory:
@@ -317,7 +317,7 @@ socketAlternate:
317317
registry: cgr.dev
318318
repository: chainguard/bash
319319
pullPolicy: IfNotPresent
320-
tag: latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae
320+
tag: latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7
321321

322322
hostCert:
323323
## @param hostCert.image.registry The OCI registry to pull the image from
@@ -329,7 +329,7 @@ hostCert:
329329
registry: cgr.dev
330330
repository: chainguard/min-toolkit-debug
331331
pullPolicy: IfNotPresent
332-
tag: latest@sha256:68d2eec2bb2b3d864384c13d531aa5da7c39a49c2e05a134b35984f9a4ffaa43
332+
tag: latest@sha256:205a8659ce60374de61aa1e439e48eaf52caa1bf32fa498c1a93a1f3c6c9ab6f
333333

334334
## @param priorityClassName Priority class assigned to daemonset pods. Can be auto set with global.recommendations.priorityClassName.
335335
priorityClassName: ""

charts/spire/charts/spire-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,5 +509,5 @@ In order to run Tornjak with simple HTTP Connection only, make sure you don't cr
509509
| `tests.bash.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
510510
| `tests.bash.image.repository` | The repository within the registry | `chainguard/bash` |
511511
| `tests.bash.image.pullPolicy` | The image pull policy | `IfNotPresent` |
512-
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae` |
512+
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7` |
513513
| `kubeConfigs` | Manage additional kubeconfig files to talk to external Kubernetes clusters | `{}` |

charts/spire/charts/spire-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ tests:
12991299
registry: cgr.dev
13001300
repository: chainguard/bash
13011301
pullPolicy: IfNotPresent
1302-
tag: latest@sha256:e3eebefe1806fd4e67100167655894211fb2f8bd4166a8e1d87055a8e8465cae
1302+
tag: latest@sha256:79edecdfa354dc659753cdd2e78ade9a4e94f4df0f1b7bcec6a2c1ed215abeb7
13031303

13041304
## @param kubeConfigs [object] Manage additional kubeconfig files to talk to external Kubernetes clusters
13051305
kubeConfigs: {}

0 commit comments

Comments
 (0)