Skip to content

Commit

Permalink
Merge pull request #535 from saitejaopsmx/v4.0.4
Browse files Browse the repository at this point in the history
ISD v4.0.4 Release
  • Loading branch information
saitejaopsmx authored Sep 8, 2023
2 parents db0a266 + 911102f commit 7aaf3c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 4.0.9
appVersion: 4.0.3
description: "ISD and Spinnaker with v1.28.4"
version: 4.0.12
appVersion: 4.0.4
description: "ISD and Spinnaker with v1.30.1"
icon: https://raw.githubusercontent.com/OpsMx/enterprise-spinnaker/master/img/opsmx.png
maintainers:
- email: [email protected]
Expand Down
2 changes: 0 additions & 2 deletions charts/oes/templates/sapor-gate/sapor-gate-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if or (eq .Values.installationMode "OES-AP") (eq .Values.installationMode "EASY") -}}
{{- if .Values.saporgate.enabled }}
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -87,4 +86,3 @@ spec:
secret:
secretName: sapor-gate-files
{{- end -}}
{{- end -}}
2 changes: 1 addition & 1 deletion charts/oes/templates/sapor-gate/sapor-gate-secret.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and (or (eq .Values.installationMode "OES-AP") (eq .Values.installationMode "EASY")) (.Values.saporgate.enabled) -}}
{{- if .Values.saporgate.enabled -}}
apiVersion: v1
data:
gate-local.yml: {{- tpl (.Files.Get "config/sapor-gate/gate-local.yml") . |b64enc | nindent 4 }}
Expand Down

0 comments on commit 7aaf3c4

Please sign in to comment.