Skip to content

Commit

Permalink
Fixes: Grafana pull policy
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Jan 19, 2024
1 parent efac937 commit 2562973
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions monitoring/openshift/grafana_container_image.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ image:
repository: __IMAGE_REPO_2LEVEL__
tag: __IMAGE_TAG__
pullPolicy: __IMAGE_PULL_POLICY__
#### pullSecrets: __IMAGE_PULL_SECRETS__
# pullSecrets: __IMAGE_PULL_SECRETS__ #overridden by global setting

sidecar:
image:
# registry: __SIDECAR_IMAGE_REGISTRY__ #overridden by global setting
repository: __SIDECAR_IMAGE_REPO_2LEVEL__
tag: __SIDECAR_IMAGE_TAG__
imagePullPolicy: __SIDECAR_IMAGE_PULL_POLICY__

## We do NOT deploy the initChownData container
#initChownData:
# image:
# registry: __INITCHOWN_IMAGE_REGISTRY__
Expand All @@ -18,12 +26,4 @@ image:
# pullSecrets:
# -name: __INITCHOWN_IMAGE_PULL_SECRETS__

#sidecar:
# image:
# registry: __SIDECAR_IMAGE_REGISTRY__
# repository: __SIDECAR_IMAGE_REPO_2LEVEL__
# tag: __SIDECAR_IMAGE_TAG__
# pullPolicy: __SIDECAR_IMAGE_PULL_POLICY__
# #pullSecrets: #NOT present in Helm chart but should it be?
# #- name:__SIDECAR_IMAGE_PULL_SECRETS__ #NOT present in Helm chart but should it be?

5 changes: 3 additions & 2 deletions monitoring/prom-operator_container_image.template
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ grafana:
image:
repository: __GRAFANA_IMAGE_REPO_2LEVEL__
tag: __GRAFANA_IMAGE_TAG__
### TO DO: use tag: key here to peg
### to a specific version??
pullPolicy: __GRAFANA_IMAGE_PULL_POLICY__
sidecar:
image:
repository: __SIDECAR_IMAGE_REPO_2LEVEL__
tag: __SIDECAR_IMAGE_TAG__
imagePullPolicy: __SIDECAR_IMAGE_PULL_POLICY__


## Kube-State-Metrics
kube-state-metrics:
Expand Down

0 comments on commit 2562973

Please sign in to comment.