Skip to content

Commit

Permalink
charts,manifests: Fix image tag to include rc suffix, bump to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Zibolski committed Jan 6, 2018
1 parent 858fcae commit 628b528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/tectonic-chargeback/values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
chargeback-operator:
image:
tag: 0.5.1
tag: 0.5.1-rc2

presto:
presto:
image:
tag: 0.5.1
tag: 0.5.1-rc2
hive:
image:
tag: 0.5.1
tag: 0.5.1-rc2

hdfs:
enabled: true
image:
tag: 0.5.1
tag: 0.5.1-rc2

2 changes: 1 addition & 1 deletion manifests/alm/chargeback-clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
spec:
containers:
- name: chargeback-helm-operator
image: quay.io/coreos/chargeback-helm-operator:0.5.1
image: quay.io/coreos/chargeback-helm-operator:0.5.1-rc2
imagePullPolicy: Always
env:
- name: HELM_VALUES_SECRET_NAME
Expand Down

0 comments on commit 628b528

Please sign in to comment.