mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/several] Change pullPolicy for bitnami-shell image (#7852)
* [bitnami/several] Change pullPolicy for bitnami-shell image * Add rolling tag check in the NOTES.txt * Fix non-standard names * Use macro when defined * Update Chart.yaml * Fix typo
This commit is contained in:
committed by
GitHub
parent
ede4f2b529
commit
9711a33c6e
@@ -23,4 +23,4 @@ name: cassandra
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-cassandra
|
||||
- http://cassandra.apache.org
|
||||
version: 9.0.1
|
||||
version: 9.0.2
|
||||
|
||||
@@ -222,7 +222,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.image.registry` | Init container volume | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Init container volume | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Init container volume | `10-debian-10-r221` |
|
||||
| `volumePermissions.image.pullPolicy` | Init container volume | `Always` |
|
||||
| `volumePermissions.image.pullPolicy` | Init container volume | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` |
|
||||
| `volumePermissions.resources.requests` | The requested resources for the container | `{}` |
|
||||
|
||||
@@ -83,6 +83,7 @@ To connect to your database from outside the cluster execute the following comma
|
||||
|
||||
{{- include "common.warnings.rollingTag" .Values.image }}
|
||||
{{- include "common.warnings.rollingTag" .Values.metrics.image }}
|
||||
{{- include "common.warnings.rollingTag" .Values.volumePermissions.image }}
|
||||
{{- include "cassandra.validateValues" . }}
|
||||
|
||||
{{- $secretName := include "common.names.fullname" . }}
|
||||
|
||||
@@ -573,7 +573,7 @@ volumePermissions:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 10-debian-10-r221
|
||||
pullPolicy: Always
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
|
||||
Reference in New Issue
Block a user