This repository was archived by the owner on Nov 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 1.4.3 "
3- version : 1.4.3
2+ appVersion : " 1.4.4 "
3+ version : 1.4.4
44kubeVersion : " >=1.16.0-0"
55name : helm-operator
66description : Flux Helm Operator is a CRD controller for declarative helming
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ fullnameOverride: ""
55
66image :
77 repository : docker.io/fluxcd/helm-operator
8- tag : 1.4.3
8+ tag : 1.4.4
99 pullPolicy : IfNotPresent
1010 pullSecret :
1111
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments