Fix chainguard image references as per issue 442 (#443)
This commit is contained in:
@@ -216,7 +216,7 @@ Now you can interact with the Spire agent socket from your own application. The
|
|||||||
| spire-agent.fsGroupFix.image.pullPolicy | string | `"Always"` | The image pull policy |
|
| spire-agent.fsGroupFix.image.pullPolicy | string | `"Always"` | The image pull policy |
|
||||||
| spire-agent.fsGroupFix.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
| spire-agent.fsGroupFix.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
||||||
| spire-agent.fsGroupFix.image.repository | string | `"chainguard/bash"` | The repository within the registry |
|
| spire-agent.fsGroupFix.image.repository | string | `"chainguard/bash"` | The repository within the registry |
|
||||||
| spire-agent.fsGroupFix.image.tag | string | `"5.2.15"` | Overrides the image tag |
|
| spire-agent.fsGroupFix.image.tag | string | `"latest@sha256:96ab1600d945b4a99c8610b5c8b31e346da63dc20573a26bb0777dd0190db5d4"` | Overrides the image tag |
|
||||||
| spire-agent.fsGroupFix.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
| spire-agent.fsGroupFix.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||||
| spire-agent.fsGroupFix.resources | object | `{}` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
|
| spire-agent.fsGroupFix.resources | object | `{}` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
|
||||||
| spire-agent.fullnameOverride | string | `""` | |
|
| spire-agent.fullnameOverride | string | `""` | |
|
||||||
@@ -260,7 +260,7 @@ Now you can interact with the Spire agent socket from your own application. The
|
|||||||
| spire-agent.waitForIt.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
|
| spire-agent.waitForIt.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
|
||||||
| spire-agent.waitForIt.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
| spire-agent.waitForIt.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
||||||
| spire-agent.waitForIt.image.repository | string | `"chainguard/wait-for-it"` | The repository within the registry |
|
| spire-agent.waitForIt.image.repository | string | `"chainguard/wait-for-it"` | The repository within the registry |
|
||||||
| spire-agent.waitForIt.image.tag | string | `"latest-20230517"` | Overrides the image tag |
|
| spire-agent.waitForIt.image.tag | string | `"latest@sha256:deeaccb164a67a4d7f585c4d416641b1f422c029911a29d72beae28221f823df"` | Overrides the image tag |
|
||||||
| spire-agent.waitForIt.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
| spire-agent.waitForIt.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||||
| spire-agent.waitForIt.resources | object | `{}` | |
|
| spire-agent.waitForIt.resources | object | `{}` | |
|
||||||
| spire-agent.workloadAttestors.k8s.disableContainerSelectors | bool | `false` | Set to true if using holdApplicationUntilProxyStarts in Istio |
|
| spire-agent.workloadAttestors.k8s.disableContainerSelectors | bool | `false` | Set to true if using holdApplicationUntilProxyStarts in Istio |
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ tests:
|
|||||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||||
version: ""
|
version: ""
|
||||||
# -- Overrides the image tag
|
# -- Overrides the image tag
|
||||||
tag: 5.2.15
|
tag: latest@sha256:96ab1600d945b4a99c8610b5c8b31e346da63dc20573a26bb0777dd0190db5d4
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
kubectl:
|
kubectl:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ A Helm chart to install the SPIRE agent.
|
|||||||
| fsGroupFix.image.pullPolicy | string | `"Always"` | The image pull policy |
|
| fsGroupFix.image.pullPolicy | string | `"Always"` | The image pull policy |
|
||||||
| fsGroupFix.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
| fsGroupFix.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
||||||
| fsGroupFix.image.repository | string | `"chainguard/bash"` | The repository within the registry |
|
| fsGroupFix.image.repository | string | `"chainguard/bash"` | The repository within the registry |
|
||||||
| fsGroupFix.image.tag | string | `"5.2.15"` | Overrides the image tag |
|
| fsGroupFix.image.tag | string | `"latest@sha256:96ab1600d945b4a99c8610b5c8b31e346da63dc20573a26bb0777dd0190db5d4"` | Overrides the image tag |
|
||||||
| fsGroupFix.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
| fsGroupFix.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||||
| fsGroupFix.resources | object | `{}` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
|
| fsGroupFix.resources | object | `{}` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
|
||||||
| fullnameOverride | string | `""` | |
|
| fullnameOverride | string | `""` | |
|
||||||
@@ -82,7 +82,7 @@ A Helm chart to install the SPIRE agent.
|
|||||||
| waitForIt.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
|
| waitForIt.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
|
||||||
| waitForIt.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
| waitForIt.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from |
|
||||||
| waitForIt.image.repository | string | `"chainguard/wait-for-it"` | The repository within the registry |
|
| waitForIt.image.repository | string | `"chainguard/wait-for-it"` | The repository within the registry |
|
||||||
| waitForIt.image.tag | string | `"latest-20230517"` | Overrides the image tag |
|
| waitForIt.image.tag | string | `"latest@sha256:deeaccb164a67a4d7f585c4d416641b1f422c029911a29d72beae28221f823df"` | Overrides the image tag |
|
||||||
| waitForIt.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
| waitForIt.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||||
| waitForIt.resources | object | `{}` | |
|
| waitForIt.resources | object | `{}` | |
|
||||||
| workloadAttestors.k8s.disableContainerSelectors | bool | `false` | Set to true if using holdApplicationUntilProxyStarts in Istio |
|
| workloadAttestors.k8s.disableContainerSelectors | bool | `false` | Set to true if using holdApplicationUntilProxyStarts in Istio |
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ waitForIt:
|
|||||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||||
version: ""
|
version: ""
|
||||||
# -- Overrides the image tag
|
# -- Overrides the image tag
|
||||||
tag: latest-20230517
|
tag: latest@sha256:deeaccb164a67a4d7f585c4d416641b1f422c029911a29d72beae28221f823df
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
# When running as non root, needed to ensure the socket path has the correct permissions.
|
# When running as non root, needed to ensure the socket path has the correct permissions.
|
||||||
@@ -124,7 +124,7 @@ fsGroupFix:
|
|||||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||||
version: ""
|
version: ""
|
||||||
# -- Overrides the image tag
|
# -- Overrides the image tag
|
||||||
tag: 5.2.15
|
tag: latest@sha256:96ab1600d945b4a99c8610b5c8b31e346da63dc20573a26bb0777dd0190db5d4
|
||||||
# -- Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
|
# -- Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
|
|||||||
@@ -453,4 +453,4 @@ tests:
|
|||||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||||
version: ""
|
version: ""
|
||||||
# -- Overrides the image tag
|
# -- Overrides the image tag
|
||||||
tag: 5.2.15
|
tag: latest@sha256:96ab1600d945b4a99c8610b5c8b31e346da63dc20573a26bb0777dd0190db5d4
|
||||||
|
|||||||
@@ -105,4 +105,4 @@ tests:
|
|||||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||||
version: ""
|
version: ""
|
||||||
# -- Overrides the image tag
|
# -- Overrides the image tag
|
||||||
tag: 5.2.15
|
tag: latest@sha256:96ab1600d945b4a99c8610b5c8b31e346da63dc20573a26bb0777dd0190db5d4
|
||||||
|
|||||||
Reference in New Issue
Block a user