diff --git a/app/Chart.yaml b/app/Chart.yaml index e3d8b82d..c97e4506 100644 --- a/app/Chart.yaml +++ b/app/Chart.yaml @@ -13,4 +13,4 @@ maintainers: # # NOTE: this value is set at build time. DO NOT CHANGE. # -version: 1.3.12 +version: 1.3.13 diff --git a/app/templates/imageupdater.yaml b/app/templates/imageupdater.yaml index a79be013..a8678456 100644 --- a/app/templates/imageupdater.yaml +++ b/app/templates/imageupdater.yaml @@ -1,7 +1,7 @@ {{- if .Values.fluxv2 }} {{- if .Values.image.image_ver_updater_enabled }} --- -apiVersion: image.toolkit.fluxcd.io/v1beta1 +apiVersion: image.toolkit.fluxcd.io/v1 kind: ImageRepository metadata: name: {{ template "project.fullname" . }} @@ -14,7 +14,7 @@ spec: image: {{ index (regexSplit ":" .Values.image.repository -1) 0 }} interval: 1m0s --- -apiVersion: image.toolkit.fluxcd.io/v1beta1 +apiVersion: image.toolkit.fluxcd.io/v1 kind: ImagePolicy metadata: name: {{ template "project.fullname" . }} @@ -29,7 +29,7 @@ spec: policy: {{- toYaml .Values.image.policy | default .Values.image.defaultPolicy | nindent 4 }} --- -apiVersion: image.toolkit.fluxcd.io/v1beta1 +apiVersion: image.toolkit.fluxcd.io/v1 kind: ImageUpdateAutomation metadata: name: {{ template "project.fullname" . }}