Commit a3cf28cb authored by Caleb Bron's avatar Caleb Bron
Browse files

Istio 1.4.300

I know, the version looks wierd. But we needed to version our
chart without making it terribly confusing for end users and also
sticking to semver.
parent cf68b2b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
labels:
labels:
  rancher.istio.v1.4.3: 1.4.3
  rancher.istio.v1.4.3: 1.4.3
rancher_min_version: 2.3.4-rc1
rancher_min_version: 2.3.4-rc1
rancher_max_version: 2.3.4-rc1
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,4 +14,4 @@ name: rancher-istio
sources:
sources:
- http://github.com/istio/istio
- http://github.com/istio/istio
tillerVersion: '>=2.7.2-0'
tillerVersion: '>=2.7.2-0'
version: 1.4.3
version: 1.4.300
+5 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,11 @@ spec:
{{- end }}
{{- end }}
      containers:
      containers:
      - name: certmanager
      - name: certmanager
        image: "{{ .Values.hub }}/{{ .Values.image }}:{{ .Values.tag }}"
        {{- if .Values.global.systemDefaultRegistry }}
        image: "{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}"
        {{- else }}
        image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
        {{- end }}
        imagePullPolicy: {{ .Values.global.imagePullPolicy }}
        imagePullPolicy: {{ .Values.global.imagePullPolicy }}
        args:
        args:
        - --cluster-resource-namespace=$(POD_NAMESPACE)
        - --cluster-resource-namespace=$(POD_NAMESPACE)
+0 −3
Original line number Original line Diff line number Diff line
@@ -5,9 +5,6 @@
# restart, DestinationRules can be created using the ACME-signed certificates.
# restart, DestinationRules can be created using the ACME-signed certificates.
enabled: false
enabled: false
replicaCount: 1
replicaCount: 1
hub: quay.io/jetstack
image: cert-manager-controller
tag: v0.8.1
resources: {}
resources: {}
nodeSelector: {}
nodeSelector: {}
tolerations: []
tolerations: []
+1 −5
Original line number Original line Diff line number Diff line
@@ -38,11 +38,7 @@ spec:
{{- end }}
{{- end }}
      containers:
      containers:
        - name: galley
        - name: galley
{{- if contains "/" .Values.image }}
          image: "{{ template "system_default_registry" . }}{{ .Values.repository }}:{{ .Values.tag }}"
          image: "{{ .Values.image }}"
{{- else }}
          image: "{{ .Values.global.hub }}/{{ .Values.image }}:{{ .Values.global.tag }}"
{{- end }}
          imagePullPolicy: {{ .Values.global.imagePullPolicy }}
          imagePullPolicy: {{ .Values.global.imagePullPolicy }}
          ports:
          ports:
          - containerPort: 443
          - containerPort: 443
Loading