Skip to content

Commit

Permalink
Merge pull request #309 from saitejaopsmx/oes3.12
Browse files Browse the repository at this point in the history
Removing the env for initContainers
  • Loading branch information
lakkireddys-opsmx authored May 26, 2022
2 parents 6aeb359 + 8b35992 commit 70c1fe8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
6 changes: 3 additions & 3 deletions charts/oes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: oes
version: 3.12.5
appVersion: 3.12.3
description: "ISD-3.12.3 - Improvements in loading Application dashboard in ISD UI"
version: 3.12.6
appVersion: 3.12.4
description: "ISD-3.12.4 - Improvements in loading Application dashboard in ISD UI"
icon: https://raw.githubusercontent.com/OpsMx/enterprise-spinnaker/master/img/opsmx.png
maintainers:
- email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ spec:
subPath: cacerts
name: cacerts
{{- end }}
{{- if .Values.halyard.env }}
env:
{{ toYaml .Values.halyard.env | indent 8 }}
{{- end }}
{{- if and (.Values.gitopsHalyard.enabled) (eq .Values.gitopsHalyard.repo.type "git") }}
- name: "halyardconfig-update"
command:
Expand Down Expand Up @@ -249,10 +245,6 @@ spec:
{{- end }}
- mountPath: /tmp/autoconfig
name: halyard-overrideurl
{{- if .Values.halyard.env }}
env:
{{ toYaml .Values.halyard.env | indent 8 }}
{{- end }}
{{- end }}
volumes:
{{- if or .Values.gitopsHalyard.enabled (not .Values.halyard.persistence.enabled) }}
Expand Down
20 changes: 10 additions & 10 deletions charts/oes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ autopilot:
## Image specific details
image:
repository: ubi8-oes-autopilot
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -289,7 +289,7 @@ audit:
##
image:
repository: ubi8-oes-audit-service
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand All @@ -311,7 +311,7 @@ auditClient:
##
image:
repository: ubi8-oes-audit-client
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand All @@ -333,7 +333,7 @@ datascience:
##
image:
repository: ubi8-oes-datascience
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand All @@ -352,7 +352,7 @@ dashboard:
## Image specific details
image:
repository: ubi8-oes-dashboard
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -405,7 +405,7 @@ gate:
## Image specific details
image:
repository: ubi8-gate
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand Down Expand Up @@ -482,7 +482,7 @@ platform:
## Image specific details
image:
repository: ubi8-oes-platform
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -544,7 +544,7 @@ sapor:
## Image specific details
image:
repository: ubi8-oes-sapor
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -636,7 +636,7 @@ ui:
## Image specific details
image:
repository: ubi8-oes-ui
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

annotations:
Expand All @@ -654,7 +654,7 @@ visibility:
## Image specific details
image:
repository: ubi8-oes-visibility
tag: v3.12.3
tag: v3.12.4
pullPolicy: IfNotPresent

annotations:
Expand Down

0 comments on commit 70c1fe8

Please sign in to comment.