Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
[stable/openebs]: remove hardcoded admission deployment imagePullPolicy
Browse files Browse the repository at this point in the history
Update the admission server deployment template imagePull
Policy to use from values.yaml instead of hardcoded value.
Required in case of air gapped environments

Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
  • Loading branch information
prateekpandey14 authored and kmova committed Jul 20, 2020
1 parent 7a5f876 commit 1f1e144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 1.12.2
version: 1.12.3
name: openebs
appVersion: 1.12.0
description: Containerized Storage for Containers
Expand Down
2 changes: 1 addition & 1 deletion charts/openebs/templates/deployment-admission-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
containers:
- name: admission-webhook
image: "{{ .Values.image.repository }}{{ .Values.webhook.image }}:{{ .Values.webhook.imageTag }}"
imagePullPolicy: Always
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- -alsologtostderr
- -v=2
Expand Down

0 comments on commit 1f1e144

Please sign in to comment.