Skip to content

Commit

Permalink
Merge pull request #466 from saitejaopsmx/v4.0.3
Browse files Browse the repository at this point in the history
Helm Chart release for v4.0.3
  • Loading branch information
saitejaopsmx authored Mar 1, 2023
2 parents 2a9bd56 + 53c88fa commit 600ed6b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- v4.0
- v4.0.3
paths:
- 'charts/oes/Chart.yaml'
- 'charts/oes/Chart.lock'
Expand Down
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.8
appVersion: 4.0.2.1
description: "Google Inegrators with Encryption Mechanism and Parameterise Sapor Encyrpt Key"
version: 4.0.9
appVersion: 4.0.3
description: "ISD and Spinnaker with v1.28.4"
icon: https://raw.githubusercontent.com/OpsMx/enterprise-spinnaker/master/img/opsmx.png
maintainers:
- email: [email protected]
Expand Down
22 changes: 11 additions & 11 deletions charts/oes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ global:

gitea:
enabled: true
standardrepoBranch: v4.0
standardrepoBranch: v4.0.3
admin:
existingSecret: gitea-secret
username: opsmx
Expand Down Expand Up @@ -287,7 +287,7 @@ autopilot:
## Image specific details
image:
repository: ubi8-oes-autopilot
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -320,7 +320,7 @@ audit:
##
image:
repository: ubi8-oes-audit-service
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand All @@ -342,7 +342,7 @@ auditClient:
##
image:
repository: ubi8-oes-audit-client
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand All @@ -364,7 +364,7 @@ datascience:
##
image:
repository: ubi8-oes-datascience
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand All @@ -383,7 +383,7 @@ dashboard:
## Image specific details
image:
repository: ubi8-oes-dashboard
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -439,7 +439,7 @@ gate:
## Image specific details
image:
repository: ubi8-gate
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

serviceAnnotations: {}
Expand Down Expand Up @@ -516,7 +516,7 @@ platform:
## Image specific details
image:
repository: ubi8-oes-platform
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -582,7 +582,7 @@ sapor:
## Image specific details
image:
repository: ubi8-oes-sapor
tag: v4.0.2.1
tag: v4.0.3
pullPolicy: IfNotPresent

annotations:
Expand Down Expand Up @@ -674,7 +674,7 @@ ui:
## Image specific details
image:
repository: ubi8-oes-ui
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

annotations:
Expand All @@ -692,7 +692,7 @@ visibility:
## Image specific details
image:
repository: ubi8-oes-visibility
tag: v4.0.2
tag: v4.0.3
pullPolicy: IfNotPresent

annotations:
Expand Down

0 comments on commit 600ed6b

Please sign in to comment.