mirror of
https://github.com/bitnami/charts.git
synced 2026-03-01 15:07:34 +08:00
23 lines
721 B
YAML
23 lines
721 B
YAML
## Global chart image registry
|
|
## Please, note that this registry would be used for all the containers in the chart and dependencies
|
|
##
|
|
# global:
|
|
# registry:
|
|
|
|
## Bitnami Apache image version
|
|
## ref: https://hub.docker.com/r/bitnami/apache/tags/
|
|
##
|
|
image:
|
|
registry: docker.io
|
|
repository: bitnami/apache
|
|
tag: 2.4.35-debian-9
|
|
## Specify a imagePullPolicy
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
pullPolicy: Always
|
|
## 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/
|
|
##
|
|
# pullSecrets:
|
|
# - myRegistrKeySecretName |