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

Commit e33e628

Browse files
committed
Bump versions to 1.4.0-rc1
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent 943d240 commit e33e628

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.3.0-rc1"
2+
appVersion: "1.4.0-rc1"
33
version: 1.2.0
44
kubeVersion: ">=1.16.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.3.0-rc1
8+
tag: 1.4.0-rc1
99
pullPolicy: IfNotPresent
1010
pullSecret:
1111

deploy/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
# There are no ":latest" images for helm-operator. Find the most recent
7979
# release or image version at https://hub.docker.com/r/fluxcd/helm-operator/tags
8080
# and replace the tag here.
81-
image: docker.io/fluxcd/helm-operator:1.3.0-rc1
81+
image: docker.io/fluxcd/helm-operator:1.4.0-rc1
8282
imagePullPolicy: IfNotPresent
8383
ports:
8484
- name: http

deploy/weave-cloud-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: helm-operator
30-
image: docker.io/fluxcd/helm-operator:1.3.0-rc1
30+
image: docker.io/fluxcd/helm-operator:1.4.0-rc1
3131
imagePullPolicy: IfNotPresent
3232
args:
3333
- --git-timeout=20s

pkg/install/templates/deployment.yaml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
# There are no ":latest" images for helm-operator. Find the most recent
8787
# release or image version at https://hub.docker.com/r/fluxcd/helm-operator/tags
8888
# and replace the tag here.
89-
image: docker.io/fluxcd/helm-operator:1.3.0-rc1
89+
image: docker.io/fluxcd/helm-operator:1.4.0-rc1
9090
imagePullPolicy: IfNotPresent
9191
ports:
9292
- name: http

0 commit comments

Comments
 (0)