Skip to content

Commit

Permalink
updating helm chart image to be more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed May 10, 2024
1 parent 818d830 commit f3b02bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/ciroh/ci/dev_aws_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace:
memory: 16Gi
ephemeral_storage: '20Gi'
image:
repository: 'gioelkin/tethysapp-ciroh-portal'
tag: v0.0.21-rc
repository: 'awiciroh/tethysapp-ciroh-portal'
tag: dev_latest
pullPolicy: 'IfNotPresent'
ingresses:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/ciroh/ci/prod_aws_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace:
memory: 16Gi
ephemeral_storage: '20Gi'
image:
repository: 'gioelkin/tethysapp-ciroh-portal'
tag: v1.0.0
repository: 'awiciroh/tethysapp-ciroh-portal'
tag: dev_latest
pullPolicy: 'IfNotPresent'
ingresses:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/ciroh/ci/values-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: 'gioelkin/tethysapp-ciroh-portal'
tag: v0.0.21-rc
repository: 'awiciroh/tethysapp-ciroh-portal'
tag: dev_latest
pullPolicy: Always

ingresses:
Expand Down
6 changes: 2 additions & 4 deletions charts/ciroh/ci/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
image:
repository: 'gioelkin/tethysapp-ciroh-portal'
# repository: 'ciroh/tethysapp-ciroh'
# tag: dev_aea20c0fc2e159559e561b2b1bf9a3861542fb0b
tag: v0.0.21-rc
repository: 'awiciroh/tethysapp-ciroh-portal'
tag: dev_latest
pullPolicy: Always

ingresses:
Expand Down
2 changes: 1 addition & 1 deletion charts/ciroh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicaCount: 1
strategy: 'Recreate'
# timestamp
image:
repository: 'ciroh/tethysapp-ciroh'
repository: 'awiciroh/tethysapp-ciroh-portal'
tag: latest
pullPolicy: Always

Expand Down

0 comments on commit f3b02bc

Please sign in to comment.