Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 716de45

Browse files
committed
Bump versions in manifest and chart to 1.0.0-rc5
1 parent 1a1bd07 commit 716de45

6 files changed

+6
-6
lines changed

chart/helm-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "1.0.0-rc4"
2+
appVersion: "1.0.0-rc5"
33
version: 0.3.0
44
kubeVersion: ">=1.11.0-0"
55
name: helm-operator

chart/helm-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fullnameOverride: ""
55

66
image:
77
repository: docker.io/fluxcd/helm-operator
8-
tag: 1.0.0-rc4
8+
tag: 1.0.0-rc5
99
pullPolicy: IfNotPresent
1010
pullSecret:
1111

deploy/helm-operator-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
# There are no ":latest" images for helm-operator. Find the most recent
7777
# release or image version at https://hub.docker.com/r/weaveworks/helm-operator/tags
7878
# and replace the tag here.
79-
image: docker.io/fluxcd/helm-operator:1.0.0-rc4
79+
image: docker.io/fluxcd/helm-operator:1.0.0-rc5
8080
imagePullPolicy: IfNotPresent
8181
ports:
8282
- name: http

deploy/weave-cloud-helm-operator-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
secretName: flux-git-deploy
2828
containers:
2929
- name: flux-helm-operator
30-
image: docker.io/fluxcd/helm-operator:1.0.0-rc2
30+
image: docker.io/fluxcd/helm-operator:1.0.0-rc5
3131
imagePullPolicy: IfNotPresent
3232
args:
3333
- --git-timeout=20s

pkg/install/generated_templates.gogen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/install/templates/helm-operator-deployment.yaml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
# There are no ":latest" images for helm-operator. Find the most recent
9393
# release or image version at https://hub.docker.com/r/weaveworks/helm-operator/tags
9494
# and replace the tag here.
95-
image: docker.io/fluxcd/helm-operator:1.0.0-rc4
95+
image: docker.io/fluxcd/helm-operator:1.0.0-rc5
9696
imagePullPolicy: IfNotPresent
9797
ports:
9898
- name: http

0 commit comments

Comments
 (0)