This repository was archived by the owner on Nov 1, 2022. It is now read-only.
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " 1.3 .0-rc1"
2
+ appVersion : " 1.4 .0-rc1"
3
3
version : 1.2.0
4
4
kubeVersion : " >=1.16.0-0"
5
5
name : helm-operator
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ fullnameOverride: ""
5
5
6
6
image :
7
7
repository : docker.io/fluxcd/helm-operator
8
- tag : 1.3 .0-rc1
8
+ tag : 1.4 .0-rc1
9
9
pullPolicy : IfNotPresent
10
10
pullSecret :
11
11
Original file line number Diff line number Diff line change 78
78
# There are no ":latest" images for helm-operator. Find the most recent
79
79
# release or image version at https://hub.docker.com/r/fluxcd/helm-operator/tags
80
80
# 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
82
82
imagePullPolicy : IfNotPresent
83
83
ports :
84
84
- name : http
Original file line number Diff line number Diff line change 27
27
secretName : flux-git-deploy
28
28
containers :
29
29
- 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
31
31
imagePullPolicy : IfNotPresent
32
32
args :
33
33
- --git-timeout=20s
Original file line number Diff line number Diff line change 86
86
# There are no ":latest" images for helm-operator. Find the most recent
87
87
# release or image version at https://hub.docker.com/r/fluxcd/helm-operator/tags
88
88
# 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
90
90
imagePullPolicy: IfNotPresent
91
91
ports:
92
92
- name: http
You can’t perform that action at this time.
0 commit comments