chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.16.0 (#3229)
* chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.16.0 Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> * chore: Sync new variable ARGOCD_LOGLEVEL Related to https://github.com/argoproj-labs/argocd-image-updater/pull/913 Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> --------- Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
86af655944
commit
e7a05a7bc8
2 changed files with 15 additions and 9 deletions
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
||||||
name: argocd-image-updater
|
name: argocd-image-updater
|
||||||
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
|
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
|
||||||
type: application
|
type: application
|
||||||
version: 0.12.0
|
version: 0.12.1
|
||||||
appVersion: v0.15.2
|
appVersion: v0.16.0
|
||||||
home: https://github.com/argoproj-labs/argocd-image-updater
|
home: https://github.com/argoproj-labs/argocd-image-updater
|
||||||
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
@ -19,4 +19,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: ConfigMap and Secret names are now configurable
|
description: Bump argocd-image-updater to v0.16.0
|
||||||
|
|
|
||||||
|
|
@ -94,12 +94,6 @@ spec:
|
||||||
key: git.email
|
key: git.email
|
||||||
name: {{ .Values.config.name }}
|
name: {{ .Values.config.name }}
|
||||||
optional: true
|
optional: true
|
||||||
- name: IMAGE_UPDATER_KUBE_EVENTS
|
|
||||||
valueFrom:
|
|
||||||
configMapKeyRef:
|
|
||||||
key: kube.events
|
|
||||||
name: {{ .Values.config.name }}
|
|
||||||
optional: true
|
|
||||||
- name: GIT_COMMIT_SIGNING_KEY
|
- name: GIT_COMMIT_SIGNING_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
|
@ -118,6 +112,18 @@ spec:
|
||||||
key: git.commit-sign-off
|
key: git.commit-sign-off
|
||||||
name: {{ .Values.config.name }}
|
name: {{ .Values.config.name }}
|
||||||
optional: true
|
optional: true
|
||||||
|
- name: IMAGE_UPDATER_KUBE_EVENTS
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
key: kube.events
|
||||||
|
name: {{ .Values.config.name }}
|
||||||
|
optional: true
|
||||||
|
- name: ARGOCD_LOGLEVEL
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
key: log.level
|
||||||
|
name: {{ .Values.config.name }}
|
||||||
|
optional: true
|
||||||
{{- with .Values.extraEnv }}
|
{{- with .Values.extraEnv }}
|
||||||
{{- toYaml . | nindent 10 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue