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-csi-driver/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A Helm chart to install the SPIFFE CSI driver.
32
32
|`image.repository`| The repository within the registry |`spiffe/spiffe-csi-driver`|
33
33
|`image.pullPolicy`| The image pull policy |`IfNotPresent`|
34
34
|`image.tag`| Overrides the image tag whose default is the chart appVersion |`""`|
35
-
|`resources`| Resource requests and limits for spiffe-csi-driver |`{}`|
35
+
|`resources`| Resource requests and limits for spiffe-csi-driver and its initContainers|`{}`|
36
36
|`extraEnvVars`| Extra environment variables to be added to the spiffe-csi-driver container |`[]`|
37
37
|`healthChecks.port`| The healthcheck port for spiffe-csi-driver |`9809`|
38
38
|`updateStrategy.type`| The update strategy to use to replace existing DaemonSet pods with new pods. Can be RollingUpdate or OnDelete. |`RollingUpdate`|
@@ -61,7 +61,6 @@ A Helm chart to install the SPIFFE CSI driver.
61
61
|`nodeDriverRegistrar.image.repository`| The repository within the registry |`sig-storage/csi-node-driver-registrar`|
62
62
|`nodeDriverRegistrar.image.pullPolicy`| The image pull policy |`IfNotPresent`|
63
63
|`nodeDriverRegistrar.image.tag`| Overrides the image tag |`v2.9.4`|
64
-
|`nodeDriverRegistrar.resources`| Resource requests and limits for CSI driver pods |`{}`|
65
64
|`nodeDriverRegistrar.extraEnvVars`| Extra environment variables to be added to the nodeDriverRegistrar container |`[]`|
66
65
|`agentSocketPath`| The unix socket path to the spire-agent |`/run/spire/agent-sockets/spire-agent.sock`|
67
66
|`kubeletPath`| Path to kubelet file |`/var/lib/kubelet`|
@@ -74,5 +73,5 @@ A Helm chart to install the SPIFFE CSI driver.
74
73
|`selinux.image.registry`| The OCI registry to pull the image from |`registry.access.redhat.com`|
75
74
|`selinux.image.repository`| The repository within the registry |`ubi9`|
76
75
|`selinux.image.pullPolicy`| The image pull policy |`IfNotPresent`|
77
-
|`selinux.image.tag`| Overrides the image tag whose default is the chart appVersion |`9.6-1758184894`|
76
+
|`selinux.image.tag`| Overrides the image tag whose default is the chart appVersion |`9.7-1763340522`|
0 commit comments