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

Commit d11b748

Browse files
committed
Bump versions for 1.4.4
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
1 parent 305ecab commit d11b748

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

chart/helm-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: "1.4.3"
3-
version: 1.4.3
2+
appVersion: "1.4.4"
3+
version: 1.4.4
44
kubeVersion: ">=1.16.0-0"
55
name: helm-operator
66
description: Flux Helm Operator is a CRD controller for declarative helming

chart/helm-operator/values.yaml

Lines changed: 1 addition & 1 deletion
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.4.3
8+
tag: 1.4.4
99
pullPolicy: IfNotPresent
1010
pullSecret:
1111

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
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.4.3
81+
image: docker.io/fluxcd/helm-operator:1.4.4
8282
imagePullPolicy: IfNotPresent
8383
ports:
8484
- name: http

pkg/install/templates/deployment.yaml.tmpl

Lines changed: 1 addition & 1 deletion
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.4.3
89+
image: docker.io/fluxcd/helm-operator:1.4.4
9090
imagePullPolicy: IfNotPresent
9191
ports:
9292
- name: http

0 commit comments

Comments
 (0)