Update imagePullPolicy to IfNotPresent (#643)
* Change selinux image pullpolicy and tag version Signed-off-by: Eric Cavalcanti <[email protected]> * Change image pullpolicy Signed-off-by: Eric Cavalcanti <[email protected]> * Update readme Signed-off-by: Eric Cavalcanti <[email protected]> * update examples Signed-off-by: Eric Cavalcanti <[email protected]> * Update image pullpolicy Signed-off-by: Eric Cavalcanti <[email protected]> * Fix readme as well Signed-off-by: Eric Cavalcanti <[email protected]> * Undo pullpolicy readme Signed-off-by: Eric Cavalcanti <[email protected]> * Add selinux Signed-off-by: Eric Cavalcanti <[email protected]> * Revert code block Signed-off-by: Eric Cavalcanti <[email protected]> * Change regex Signed-off-by: Eric Cavalcanti <[email protected]> --------- Signed-off-by: Eric Cavalcanti <[email protected]>
This commit is contained in:
@@ -69,7 +69,7 @@ A Helm chart to install the SPIRE agent.
|
||||
| `readinessProbe.periodSeconds` | Period seconds for probe | `30` |
|
||||
| `fsGroupFix.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
|
||||
| `fsGroupFix.image.repository` | The repository within the registry | `chainguard/bash` |
|
||||
| `fsGroupFix.image.pullPolicy` | The image pull policy | `Always` |
|
||||
| `fsGroupFix.image.pullPolicy` | The image pull policy | `IfNotPresent` |
|
||||
| `fsGroupFix.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:330ad2ea11cf3018a331326fb08e44cedd0c0c604cfbfcff32b81272460bb679` |
|
||||
| `fsGroupFix.resources` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | `{}` |
|
||||
| `keyManager.memory.enabled` | Enable the memory based Key Manager | `true` |
|
||||
@@ -118,7 +118,7 @@ A Helm chart to install the SPIRE agent.
|
||||
| `socketAlternate.names` | List of alternate names for the socket that workloads might expect to be able to access in the driver mount. | `["socket","spire-agent.sock","api.sock"]` |
|
||||
| `socketAlternate.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
|
||||
| `socketAlternate.image.repository` | The repository within the registry | `chainguard/bash` |
|
||||
| `socketAlternate.image.pullPolicy` | The image pull policy | `Always` |
|
||||
| `socketAlternate.image.pullPolicy` | The image pull policy | `IfNotPresent` |
|
||||
| `socketAlternate.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:330ad2ea11cf3018a331326fb08e44cedd0c0c604cfbfcff32b81272460bb679` |
|
||||
| `socketAlternate.resources` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | `{}` |
|
||||
| `hostCert.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
|
||||
|
||||
Reference in New Issue
Block a user