UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit cadc0fb3 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman Committed by Micah Nagel
Browse files

Remove duplicate pullpolicy

parent b6a4cc93
No related branches found
No related tags found
1 merge request!32Remove duplicate pullpolicy
......@@ -2,6 +2,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.11.3-bb.2]
### Changed
- Remove duplicate image pull policy in the deployment
## [1.11.3-bb.1]
### Changed
- Added image pull policy for the deployment
......
# istio-operator
![Version: 1.11.3-bb.1](https://img.shields.io/badge/Version-1.11.3--bb.1-informational?style=flat-square)
![Version: 1.11.3-bb.2](https://img.shields.io/badge/Version-1.11.3--bb.2-informational?style=flat-square)
Helm chart for deploying Istio operator
......
apiVersion: v1
name: istio-operator
version: 1.11.3-bb.1
version: 1.11.3-bb.2
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio operator
keywords:
......
......@@ -18,7 +18,6 @@ spec:
- name: istio-operator
## Added by Big Bang
image: {{.Values.hub}}/{{.Values.image | default "operator" }}:{{.Values.tag}}
imagePullPolicy: {{ .Values.imagePullPolicy }}
command:
- operator
- server
......@@ -32,7 +31,7 @@ spec:
runAsGroup: 1337
runAsUser: 1337
runAsNonRoot: true
imagePullPolicy: IfNotPresent
imagePullPolicy: {{ .Values.imagePullPolicy }}
resources:
{{ toYaml .Values.operator.resources | trim | indent 12 }}
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment