feat(argo-applicationset): update appVersion to 0.4.1 (#1223)

* feat: update appVersion to 0.4.1

Signed-off-by: Philippe <philippe.burgisser@camptocamp.com>

* Update changelog

Signed-off-by: Philippe <philippe.burgisser@camptocamp.com>

* fix: Also sync entrypoint.sh change from upstream

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Philippe 2022-04-22 09:23:24 +02:00 committed by GitHub
parent 99623fac0c
commit 608e396964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 247 additions and 7273 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: argocd-applicationset name: argocd-applicationset
description: A Helm chart for installing ArgoCD ApplicationSet description: A Helm chart for installing ArgoCD ApplicationSet
type: application type: application
version: 1.11.0 version: 1.12.0
appVersion: "v0.3.0" appVersion: "v0.4.1"
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
keywords: keywords:
@ -14,4 +14,4 @@ maintainers:
- name: maruina - name: maruina
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Added]: extraContainers support in Deployment resource" - "[Changed]: updated application version for v0.4.1 and its CRD for support of skipCrds in applications"

File diff suppressed because it is too large Load diff

View file

@ -33,6 +33,7 @@ spec:
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
command: command:
- entrypoint.sh
- applicationset-controller - applicationset-controller
- --metrics-addr={{ .Values.args.metricsAddr }} - --metrics-addr={{ .Values.args.metricsAddr }}
- --probe-addr={{ .Values.args.probeBindAddr }} - --probe-addr={{ .Values.args.probeBindAddr }}