You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/spire-nested/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ name: spire-nested
3
3
description: >
4
4
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
Copy file name to clipboardExpand all lines: charts/spire/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ name: spire
3
3
description: >
4
4
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
Copy file name to clipboardExpand all lines: charts/spire/charts/spiffe-oidc-discovery-provider/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
71
71
|`insecureScheme.nginx.image.registry`| The OCI registry to pull the image from. Only used when TLS is disabled. |`docker.io`|
72
72
|`insecureScheme.nginx.image.repository`| The repository within the registry. Only used when TLS is disabled. |`nginxinc/nginx-unprivileged`|
73
73
|`insecureScheme.nginx.image.pullPolicy`| The image pull policy. Only used when TLS is disabled. |`IfNotPresent`|
74
-
|`insecureScheme.nginx.image.tag`| Overrides the image tag whose default is the chart appVersion. Only used when TLS is disabled. |`1.27.4-alpine`|
74
+
|`insecureScheme.nginx.image.tag`| Overrides the image tag whose default is the chart appVersion. Only used when TLS is disabled. |`1.28.0-alpine`|
75
75
|`insecureScheme.nginx.ipMode`| IP modes supported by the cluster. Must be one of [ipv4, ipv6, both]|`both`|
76
76
|`insecureScheme.nginx.resources`| Resource requests and limits |`{}`|
77
77
|`jwtIssuer`| Path to JWT issuer. Defaults to oidc-discovery.$trustDomain if unset |`""`|
@@ -104,7 +104,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
104
104
|`telemetry.prometheus.nginxExporter.image.registry`| The OCI registry to pull the image from |`docker.io`|
105
105
|`telemetry.prometheus.nginxExporter.image.repository`| The repository within the registry |`nginx/nginx-prometheus-exporter`|
106
106
|`telemetry.prometheus.nginxExporter.image.pullPolicy`| The image pull policy |`IfNotPresent`|
107
-
|`telemetry.prometheus.nginxExporter.image.tag`| Overrides the image tag whose default is the chart appVersion |`1.4.1`|
107
+
|`telemetry.prometheus.nginxExporter.image.tag`| Overrides the image tag whose default is the chart appVersion |`1.4.2`|
108
108
|`telemetry.prometheus.nginxExporter.resources`| Resource requests and limits |`{}`|
109
109
|`ingress.enabled`| Flag to enable ingress |`false`|
110
110
|`ingress.className`| Ingress class name |`""`|
@@ -120,11 +120,11 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
120
120
|`tests.bash.image.registry`| The OCI registry to pull the image from |`cgr.dev`|
121
121
|`tests.bash.image.repository`| The repository within the registry |`chainguard/bash`|
122
122
|`tests.bash.image.pullPolicy`| The image pull policy |`IfNotPresent`|
123
-
|`tests.bash.image.tag`| Overrides the image tag whose default is the chart appVersion |`latest@sha256:0cc351822c8e066b93d28344713d1a6cbad83e3ee4906d137d7a4e85d9a06f73`|
123
+
|`tests.bash.image.tag`| Overrides the image tag whose default is the chart appVersion |`latest@sha256:57ed0cb7b67f52ea7678128da5c4cf99c1a71d269db92a6a40c179fa57f00ce4`|
124
124
|`tests.toolkit.image.registry`| The OCI registry to pull the image from |`cgr.dev`|
125
125
|`tests.toolkit.image.repository`| The repository within the registry |`chainguard/min-toolkit-debug`|
126
126
|`tests.toolkit.image.pullPolicy`| The image pull policy |`IfNotPresent`|
127
-
|`tests.toolkit.image.tag`| Overrides the image tag whose default is the chart appVersion |`latest@sha256:2f8ac6547029ed217bb40167bf39883b4bc606b3b747ecaf710fab9779ef786f`|
127
+
|`tests.toolkit.image.tag`| Overrides the image tag whose default is the chart appVersion |`latest@sha256:3e5ee5ed41e764999f8e499b48d2e62d1f8ffd526aad5b4c3aa7a0759e0139db`|
128
128
|`tests.step.image.registry`| The OCI registry to pull the image from |`docker.io`|
129
129
|`tests.step.image.repository`| The repository within the registry |`smallstep/step-cli`|
130
130
|`tests.step.image.pullPolicy`| The image pull policy |`IfNotPresent`|
0 commit comments