Merge branch 'main' into per-namespace-controllers
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>
This commit is contained in:
commit
774001432e
50 changed files with 608 additions and 495 deletions
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
options: --user 1001
|
options: --user 1001
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||||
- name: Run ah lint
|
- name: Run ah lint
|
||||||
working-directory: ./charts
|
working-directory: ./charts
|
||||||
run: ah lint
|
run: ah lint
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
||||||
- name: Login to GHCR
|
- name: Login to GHCR
|
||||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
4
.github/workflows/renovate.yaml
vendored
4
.github/workflows/renovate.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get token
|
- name: Get token
|
||||||
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
|
uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1
|
||||||
id: get_token
|
id: get_token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.RENOVATE_APP_ID }}
|
app-id: ${{ vars.RENOVATE_APP_ID }}
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||||
|
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@89bd050bafa5a15de5d9383e3129edf210422004 # v40.1.5
|
uses: renovatebot/github-action@23b01dbf6f38965076a36aff87f802263164f204 # v40.1.6
|
||||||
with:
|
with:
|
||||||
configurationFile: .github/configs/renovate-config.js
|
configurationFile: .github/configs/renovate-config.js
|
||||||
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
|
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
|
||||||
|
|
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout code"
|
- name: "Checkout code"
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.10.3
|
appVersion: v2.10.4
|
||||||
kubeVersion: ">=1.23.0-0"
|
kubeVersion: ">=1.23.0-0"
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 6.7.2
|
version: 6.7.3
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -27,4 +27,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: Bump argo-cd to v2.10.3
|
description: Bump argo-cd to v2.10.4
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v1.9.1
|
appVersion: v1.9.1
|
||||||
description: A Helm chart for Argo Events, the event-driven workflow automation framework
|
description: A Helm chart for Argo Events, the event-driven workflow automation framework
|
||||||
name: argo-events
|
name: argo-events
|
||||||
version: 2.4.3
|
version: 2.4.4
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://avatars.githubusercontent.com/u/30269780?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/30269780?s=200&v=4
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -18,5 +18,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
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: added
|
||||||
description: Bump argo-events to v1.9.1
|
description: Support ability to set .Values.namespaceOverride
|
||||||
|
|
|
@ -87,6 +87,7 @@ done
|
||||||
| global.podLabels | object | `{}` | Labels for the all deployed pods |
|
| global.podLabels | object | `{}` | Labels for the all deployed pods |
|
||||||
| global.securityContext | object | `{}` | Toggle and define securityContext. See [values.yaml] |
|
| global.securityContext | object | `{}` | Toggle and define securityContext. See [values.yaml] |
|
||||||
| nameOverride | string | `"argo-events"` | Provide a name in place of `argo-events` |
|
| nameOverride | string | `"argo-events"` | Provide a name in place of `argo-events` |
|
||||||
|
| namespaceOverride | string | `.Release.Namespace` | Override the namespace |
|
||||||
| openshift | bool | `false` | Deploy on OpenShift |
|
| openshift | bool | `false` | Deploy on OpenShift |
|
||||||
|
|
||||||
### Controller
|
### Controller
|
||||||
|
|
|
@ -136,3 +136,11 @@ Define Pdb apiVersion
|
||||||
{{- printf "policy/v1beta1" -}}
|
{{- printf "policy/v1beta1" -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Expand the namespace of the release.
|
||||||
|
Allows overriding it for multi-namespace deployments in combined charts.
|
||||||
|
*/}}
|
||||||
|
{{- define "argo-events.namespace" -}}
|
||||||
|
{{- default .Release.Namespace .Values.namespaceOverride | trunc 63 | trimSuffix "-" -}}
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "argo-events.controller.fullname" . }}
|
name: {{ include "argo-events.controller.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "name" .Values.controller.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "name" .Values.controller.name) | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "argo-events.controller.fullname" . }}
|
name: {{ include "argo-events.controller.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
||||||
app.kubernetes.io/version: {{ include "argo-events.controller_chart_version_label" . }}
|
app.kubernetes.io/version: {{ include "argo-events.controller_chart_version_label" . }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: {{ template "argo-events.pdb.apiVersion" . }}
|
||||||
kind: PodDisruptionBudget
|
kind: PodDisruptionBudget
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-events.controller.fullname" . }}
|
name: {{ template "argo-events.controller.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
||||||
{{- with .Values.controller.pdb.labels }}
|
{{- with .Values.controller.pdb.labels }}
|
||||||
|
|
|
@ -4,7 +4,7 @@ kind: {{ .Values.controller.rbac.namespaced | ternary "Role" "ClusterRole" }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "argo-events.controller.fullname" . }}
|
name: {{ include "argo-events.controller.fullname" . }}
|
||||||
{{- if .Values.controller.rbac.namespaced }}
|
{{- if .Values.controller.rbac.namespaced }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
||||||
|
@ -122,5 +122,5 @@ roleRef:
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: {{ include "argo-events.controller.serviceAccountName" . }}
|
name: {{ include "argo-events.controller.serviceAccountName" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-events.controller.fullname" . }}-metrics
|
name: {{ template "argo-events.controller.fullname" . }}-metrics
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
{{- with .Values.controller.metrics.service.annotations }}
|
{{- with .Values.controller.metrics.service.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
|
|
|
@ -4,7 +4,7 @@ kind: ServiceAccount
|
||||||
automountServiceAccountToken: {{ .Values.controller.serviceAccount.automountServiceAccountToken }}
|
automountServiceAccountToken: {{ .Values.controller.serviceAccount.automountServiceAccountToken }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "argo-events.controller.serviceAccountName" . }}
|
name: {{ include "argo-events.controller.serviceAccountName" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
{{- with .Values.controller.serviceAccount.annotations }}
|
{{- with .Values.controller.serviceAccount.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: monitoring.coreos.com/v1
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-events.controller.fullname" . }}
|
name: {{ template "argo-events.controller.fullname" . }}
|
||||||
namespace: {{ default .Release.Namespace .Values.controller.metrics.serviceMonitor.namespace | quote }}
|
namespace: {{ default (include "argo-events.namespace" .) .Values.controller.metrics.serviceMonitor.namespace | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
||||||
{{- with .Values.controller.metrics.serviceMonitor.selector }}
|
{{- with .Values.controller.metrics.serviceMonitor.selector }}
|
||||||
|
@ -29,7 +29,7 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
namespaceSelector:
|
namespaceSelector:
|
||||||
matchNames:
|
matchNames:
|
||||||
- {{ .Release.Namespace | quote }}
|
- {{ include "argo-events.namespace" . | quote }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "argo-events.selectorLabels" (dict "context" . "component" .Values.controller.name "name" (printf "%s-metrics" .Values.controller.name)) | nindent 6 }}
|
{{- include "argo-events.selectorLabels" (dict "context" . "component" .Values.controller.name "name" (printf "%s-metrics" .Values.controller.name)) | nindent 6 }}
|
||||||
|
|
|
@ -12,5 +12,5 @@ roleRef:
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: {{ include "argo-events.webhook.serviceAccountName" . }}
|
name: {{ include "argo-events.webhook.serviceAccountName" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: events-webhook
|
name: events-webhook
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "component" .Values.webhook.name "name" .Values.webhook.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "component" .Values.webhook.name "name" .Values.webhook.name) | nindent 4 }}
|
||||||
app.kubernetes.io/version: {{ include "argo-events.webhook_chart_version_label" . }}
|
app.kubernetes.io/version: {{ include "argo-events.webhook_chart_version_label" . }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: {{ template "argo-events.pdb.apiVersion" . }}
|
||||||
kind: PodDisruptionBudget
|
kind: PodDisruptionBudget
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-events.webhook.fullname" . }}
|
name: {{ template "argo-events.webhook.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "component" .Values.webhook.name "name" .Values.webhook.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "component" .Values.webhook.name "name" .Values.webhook.name) | nindent 4 }}
|
||||||
{{- with .Values.webhook.pdb.labels }}
|
{{- with .Values.webhook.pdb.labels }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: events-webhook
|
name: events-webhook
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "argo-events.labels" (dict "context" . "name" .Values.webhook.name) | nindent 4 }}
|
{{- include "argo-events.labels" (dict "context" . "name" .Values.webhook.name) | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -4,7 +4,7 @@ kind: ServiceAccount
|
||||||
automountServiceAccountToken: {{ .Values.webhook.serviceAccount.automountServiceAccountToken }}
|
automountServiceAccountToken: {{ .Values.webhook.serviceAccount.automountServiceAccountToken }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "argo-events.webhook.serviceAccountName" . }}
|
name: {{ include "argo-events.webhook.serviceAccountName" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ include "argo-events.namespace" . | quote }}
|
||||||
{{- with .Values.webhook.serviceAccount.annotations }}
|
{{- with .Values.webhook.serviceAccount.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
nameOverride: argo-events
|
nameOverride: argo-events
|
||||||
# -- String to fully override "argo-events.fullname" template
|
# -- String to fully override "argo-events.fullname" template
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
# -- Override the namespace
|
||||||
|
# @default -- `.Release.Namespace`
|
||||||
|
namespaceOverride: ""
|
||||||
|
|
||||||
# -- Deploy on OpenShift
|
# -- Deploy on OpenShift
|
||||||
openshift: false
|
openshift: false
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v1.6.6
|
appVersion: v1.6.6
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 2.34.3
|
version: 2.35.1
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -18,5 +18,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
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: added
|
||||||
description: Bump argo-rollouts to v1.6.6
|
description: Allow minimum set of RBAC rules for Gateway API resources
|
||||||
|
|
|
@ -50,6 +50,7 @@ For full list of changes please check ArtifactHub [changelog].
|
||||||
| extraObjects | list | `[]` | Additional manifests to deploy within the chart. A list of objects. |
|
| extraObjects | list | `[]` | Additional manifests to deploy within the chart. A list of objects. |
|
||||||
| fullnameOverride | string | `nil` | String to fully override "argo-rollouts.fullname" template |
|
| fullnameOverride | string | `nil` | String to fully override "argo-rollouts.fullname" template |
|
||||||
| global.deploymentAnnotations | object | `{}` | Annotations for all deployed Deployments |
|
| global.deploymentAnnotations | object | `{}` | Annotations for all deployed Deployments |
|
||||||
|
| global.deploymentLabels | object | `{}` | Labels for all deployed Deployments |
|
||||||
| imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Registry secret names as an array. |
|
| imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry. Registry secret names as an array. |
|
||||||
| installCRDs | bool | `true` | Install and upgrade CRDs |
|
| installCRDs | bool | `true` | Install and upgrade CRDs |
|
||||||
| keepCRDs | bool | `true` | Keep CRD's on helm uninstall |
|
| keepCRDs | bool | `true` | Keep CRD's on helm uninstall |
|
||||||
|
@ -60,12 +61,14 @@ For full list of changes please check ArtifactHub [changelog].
|
||||||
| notifications.secret.items | object | `{}` | Generic key:value pairs to be inserted into the notifications secret |
|
| notifications.secret.items | object | `{}` | Generic key:value pairs to be inserted into the notifications secret |
|
||||||
| notifications.templates | object | `{}` | Notification templates |
|
| notifications.templates | object | `{}` | Notification templates |
|
||||||
| notifications.triggers | object | `{}` | The trigger defines the condition when the notification should be sent |
|
| notifications.triggers | object | `{}` | The trigger defines the condition when the notification should be sent |
|
||||||
|
| providerRBAC.additionalRules | list | `[]` | Additional RBAC rules for others providers |
|
||||||
| providerRBAC.enabled | bool | `true` | Toggles addition of provider-specific RBAC rules to the controller Role and ClusterRole |
|
| providerRBAC.enabled | bool | `true` | Toggles addition of provider-specific RBAC rules to the controller Role and ClusterRole |
|
||||||
| providerRBAC.providers.ambassador | bool | `true` | Adds RBAC rules for the Ambassador provider |
|
| providerRBAC.providers.ambassador | bool | `true` | Adds RBAC rules for the Ambassador provider |
|
||||||
| providerRBAC.providers.apisix | bool | `true` | Adds RBAC rules for the Apisix provider |
|
| providerRBAC.providers.apisix | bool | `true` | Adds RBAC rules for the Apisix provider |
|
||||||
| providerRBAC.providers.awsAppMesh | bool | `true` | Adds RBAC rules for the AWS App Mesh provider |
|
| providerRBAC.providers.awsAppMesh | bool | `true` | Adds RBAC rules for the AWS App Mesh provider |
|
||||||
| providerRBAC.providers.awsLoadBalancerController | bool | `true` | Adds RBAC rules for the AWS Load Balancer Controller provider |
|
| providerRBAC.providers.awsLoadBalancerController | bool | `true` | Adds RBAC rules for the AWS Load Balancer Controller provider |
|
||||||
| providerRBAC.providers.contour | bool | `true` | Adds RBAC rules for the Contour provider, see `https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-contour/blob/main/README.md` |
|
| providerRBAC.providers.contour | bool | `true` | Adds RBAC rules for the Contour provider, see `https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-contour/blob/main/README.md` |
|
||||||
|
| providerRBAC.providers.gatewayAPI | bool | `true` | Adds RBAC rules for the Gateway API provider |
|
||||||
| providerRBAC.providers.glooPlatform | bool | `true` | Adds RBAC rules for the Gloo Platform provider, see `https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooplatform/blob/main/README.md` |
|
| providerRBAC.providers.glooPlatform | bool | `true` | Adds RBAC rules for the Gloo Platform provider, see `https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooplatform/blob/main/README.md` |
|
||||||
| providerRBAC.providers.istio | bool | `true` | Adds RBAC rules for the Istio provider |
|
| providerRBAC.providers.istio | bool | `true` | Adds RBAC rules for the Istio provider |
|
||||||
| providerRBAC.providers.smi | bool | `true` | Adds RBAC rules for the SMI provider |
|
| providerRBAC.providers.smi | bool | `true` | Adds RBAC rules for the SMI provider |
|
||||||
|
@ -82,6 +85,7 @@ For full list of changes please check ArtifactHub [changelog].
|
||||||
| controller.containerPorts.metrics | int | `8090` | Metrics container port |
|
| controller.containerPorts.metrics | int | `8090` | Metrics container port |
|
||||||
| controller.createClusterRole | bool | `true` | flag to enable creation of cluster controller role (requires cluster RBAC) |
|
| controller.createClusterRole | bool | `true` | flag to enable creation of cluster controller role (requires cluster RBAC) |
|
||||||
| controller.deploymentAnnotations | object | `{}` | Annotations to be added to the controller deployment |
|
| controller.deploymentAnnotations | object | `{}` | Annotations to be added to the controller deployment |
|
||||||
|
| controller.deploymentLabels | object | `{}` | Labels to be added to the controller deployment |
|
||||||
| controller.extraArgs | list | `[]` | Additional command line arguments to pass to rollouts-controller. A list of flags. |
|
| controller.extraArgs | list | `[]` | Additional command line arguments to pass to rollouts-controller. A list of flags. |
|
||||||
| controller.extraContainers | list | `[]` | Literal yaml for extra containers to be added to controller deployment. |
|
| controller.extraContainers | list | `[]` | Literal yaml for extra containers to be added to controller deployment. |
|
||||||
| controller.extraEnv | list | `[]` | Additional environment variables for rollouts-controller. A list of name/value maps. |
|
| controller.extraEnv | list | `[]` | Additional environment variables for rollouts-controller. A list of name/value maps. |
|
||||||
|
@ -138,6 +142,7 @@ For full list of changes please check ArtifactHub [changelog].
|
||||||
| dashboard.containerSecurityContext | object | `{}` | Security Context to set on container level |
|
| dashboard.containerSecurityContext | object | `{}` | Security Context to set on container level |
|
||||||
| dashboard.createClusterRole | bool | `true` | flag to enable creation of dashbord cluster role (requires cluster RBAC) |
|
| dashboard.createClusterRole | bool | `true` | flag to enable creation of dashbord cluster role (requires cluster RBAC) |
|
||||||
| dashboard.deploymentAnnotations | object | `{}` | Annotations to be added to the dashboard deployment |
|
| dashboard.deploymentAnnotations | object | `{}` | Annotations to be added to the dashboard deployment |
|
||||||
|
| dashboard.deploymentLabels | object | `{}` | Labels to be added to the dashboard deployment |
|
||||||
| dashboard.enabled | bool | `false` | Deploy dashboard server |
|
| dashboard.enabled | bool | `false` | Deploy dashboard server |
|
||||||
| dashboard.extraArgs | list | `[]` | Additional command line arguments to pass to rollouts-dashboard. A list of flags. |
|
| dashboard.extraArgs | list | `[]` | Additional command line arguments to pass to rollouts-dashboard. A list of flags. |
|
||||||
| dashboard.extraEnv | list | `[]` | Additional environment variables for rollouts-dashboard. A list of name/value maps. |
|
| dashboard.extraEnv | list | `[]` | Additional environment variables for rollouts-dashboard. A list of name/value maps. |
|
||||||
|
|
|
@ -94,11 +94,22 @@ rules:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
- secrets
|
- secrets
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
- configmaps
|
- configmaps
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
{{- if .Values.providerRBAC.providers.gatewayAPI }}
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
{{- end }}
|
||||||
# pod list/update needed for updating ephemeral data
|
# pod list/update needed for updating ephemeral data
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
|
@ -258,23 +269,42 @@ rules:
|
||||||
{{- if .Values.providerRBAC.providers.contour }}
|
{{- if .Values.providerRBAC.providers.contour }}
|
||||||
# Access needed when using the Contour provider
|
# Access needed when using the Contour provider
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- projectcontour.io
|
- projectcontour.io
|
||||||
resources:
|
resources:
|
||||||
- httpproxies
|
- httpproxies
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
- update
|
- update
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.providerRBAC.providers.glooPlatform }}
|
{{- if .Values.providerRBAC.providers.glooPlatform }}
|
||||||
# Access needed when using the Gloo Platform provider
|
# Access needed when using the Gloo Platform provider
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- networking.gloo.solo.io
|
- networking.gloo.solo.io
|
||||||
resources:
|
resources:
|
||||||
- routetables
|
- routetables
|
||||||
verbs:
|
verbs:
|
||||||
- '*'
|
- '*'
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.providerRBAC.providers.gatewayAPI }}
|
||||||
|
# Access needed when using the Gateway API provider
|
||||||
|
- apiGroups:
|
||||||
|
- gateway.networking.k8s.io
|
||||||
|
resources:
|
||||||
|
- httproutes
|
||||||
|
- tcproutes
|
||||||
|
- tlsroutes
|
||||||
|
- udproutes
|
||||||
|
- grpcroutes
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- update
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.providerRBAC.additionalRules }}
|
||||||
|
{{ toYaml . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -10,6 +10,9 @@ metadata:
|
||||||
name: {{ include "argo-rollouts.fullname" . }}
|
name: {{ include "argo-rollouts.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ .Release.Namespace | quote }}
|
||||||
labels:
|
labels:
|
||||||
|
{{- range $key, $value := (mergeOverwrite (deepCopy .Values.global.deploymentLabels) .Values.controller.deploymentLabels) }}
|
||||||
|
{{ $key }}: {{ $value | quote }}
|
||||||
|
{{- end }}
|
||||||
app.kubernetes.io/component: {{ .Values.controller.component }}
|
app.kubernetes.io/component: {{ .Values.controller.component }}
|
||||||
{{- include "argo-rollouts.labels" . | nindent 4 }}
|
{{- include "argo-rollouts.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -95,11 +95,22 @@ rules:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
- secrets
|
- secrets
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
- configmaps
|
- configmaps
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
{{- if .Values.providerRBAC.providers.gatewayAPI }}
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
{{- end }}
|
||||||
# pod list/update needed for updating ephemeral data
|
# pod list/update needed for updating ephemeral data
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
|
@ -259,11 +270,27 @@ rules:
|
||||||
{{- if .Values.providerRBAC.providers.glooPlatform }}
|
{{- if .Values.providerRBAC.providers.glooPlatform }}
|
||||||
# Access needed when using the Gloo Platform provider
|
# Access needed when using the Gloo Platform provider
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- networking.gloo.solo.io
|
- networking.gloo.solo.io
|
||||||
resources:
|
resources:
|
||||||
- routetables
|
- routetables
|
||||||
verbs:
|
verbs:
|
||||||
- '*'
|
- '*'
|
||||||
|
{{- end }}
|
||||||
|
{{- if .Values.providerRBAC.providers.gatewayAPI }}
|
||||||
|
# Access needed when using the Gateway API provider
|
||||||
|
- apiGroups:
|
||||||
|
- gateway.networking.k8s.io
|
||||||
|
resources:
|
||||||
|
- httproutes
|
||||||
|
- tcproutes
|
||||||
|
- tlsroutes
|
||||||
|
- udproutes
|
||||||
|
- grpcroutes
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
- update
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -11,6 +11,9 @@ metadata:
|
||||||
name: {{ include "argo-rollouts.fullname" . }}-dashboard
|
name: {{ include "argo-rollouts.fullname" . }}-dashboard
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ .Release.Namespace | quote }}
|
||||||
labels:
|
labels:
|
||||||
|
{{- range $key, $value := (mergeOverwrite (deepCopy .Values.global.deploymentLabels) .Values.dashboard.deploymentLabels) }}
|
||||||
|
{{ $key }}: {{ $value | quote }}
|
||||||
|
{{- end }}
|
||||||
app.kubernetes.io/component: {{ .Values.dashboard.component }}
|
app.kubernetes.io/component: {{ .Values.dashboard.component }}
|
||||||
{{- include "argo-rollouts.labels" . | nindent 4 }}
|
{{- include "argo-rollouts.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
|
|
|
@ -41,12 +41,16 @@ extraObjects: []
|
||||||
global:
|
global:
|
||||||
# -- Annotations for all deployed Deployments
|
# -- Annotations for all deployed Deployments
|
||||||
deploymentAnnotations: {}
|
deploymentAnnotations: {}
|
||||||
|
# -- Labels for all deployed Deployments
|
||||||
|
deploymentLabels: {}
|
||||||
|
|
||||||
controller:
|
controller:
|
||||||
# -- Value of label `app.kubernetes.io/component`
|
# -- Value of label `app.kubernetes.io/component`
|
||||||
component: rollouts-controller
|
component: rollouts-controller
|
||||||
# -- Annotations to be added to the controller deployment
|
# -- Annotations to be added to the controller deployment
|
||||||
deploymentAnnotations: {}
|
deploymentAnnotations: {}
|
||||||
|
# -- Labels to be added to the controller deployment
|
||||||
|
deploymentLabels: {}
|
||||||
# -- Annotations to be added to application controller pods
|
# -- Annotations to be added to application controller pods
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
|
@ -273,6 +277,10 @@ providerRBAC:
|
||||||
contour: true
|
contour: true
|
||||||
# -- Adds RBAC rules for the Gloo Platform provider, see `https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooplatform/blob/main/README.md`
|
# -- Adds RBAC rules for the Gloo Platform provider, see `https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooplatform/blob/main/README.md`
|
||||||
glooPlatform: true
|
glooPlatform: true
|
||||||
|
# -- Adds RBAC rules for the Gateway API provider
|
||||||
|
gatewayAPI: true
|
||||||
|
# -- Additional RBAC rules for others providers
|
||||||
|
additionalRules: []
|
||||||
|
|
||||||
dashboard:
|
dashboard:
|
||||||
# -- Deploy dashboard server
|
# -- Deploy dashboard server
|
||||||
|
@ -283,6 +291,8 @@ dashboard:
|
||||||
component: rollouts-dashboard
|
component: rollouts-dashboard
|
||||||
# -- Annotations to be added to the dashboard deployment
|
# -- Annotations to be added to the dashboard deployment
|
||||||
deploymentAnnotations: {}
|
deploymentAnnotations: {}
|
||||||
|
# -- Labels to be added to the dashboard deployment
|
||||||
|
deploymentLabels: {}
|
||||||
# -- Annotations to be added to application dashboard pods
|
# -- Annotations to be added to application dashboard pods
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
|
|
|
@ -3,7 +3,7 @@ appVersion: v3.5.5
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.40.14
|
version: 0.41.0
|
||||||
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
sources:
|
sources:
|
||||||
|
@ -17,4 +17,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: added
|
- kind: added
|
||||||
description: Support namespaceOverride
|
description: Check Prometheus CRDs are available before creating Service Monitor resource(s)
|
||||||
|
|
|
@ -111,6 +111,7 @@ Fields to note:
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| apiVersionOverrides.autoscaling | string | `""` | String to override apiVersion of autoscaling rendered by this helm chart |
|
| apiVersionOverrides.autoscaling | string | `""` | String to override apiVersion of autoscaling rendered by this helm chart |
|
||||||
| apiVersionOverrides.cloudgoogle | string | `""` | String to override apiVersion of GKE resources rendered by this helm chart |
|
| apiVersionOverrides.cloudgoogle | string | `""` | String to override apiVersion of GKE resources rendered by this helm chart |
|
||||||
|
| apiVersionOverrides.monitoring | string | `""` | String to override apiVersion of monitoring CRDs (ServiceMonitor) rendered by this helm chart |
|
||||||
| commonLabels | object | `{}` | Labels to set on all resources |
|
| commonLabels | object | `{}` | Labels to set on all resources |
|
||||||
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
|
| crds.annotations | object | `{}` | Annotations to be added to all CRDs |
|
||||||
| crds.install | bool | `true` | Install and upgrade CRDs |
|
| crds.install | bool | `true` | Install and upgrade CRDs |
|
||||||
|
|
|
@ -190,6 +190,17 @@ Return the appropriate apiVersion for GKE resources
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Return the appropriate apiVersion for monitoring CRDs
|
||||||
|
*/}}
|
||||||
|
{{- define "argo-workflows.apiVersions.monitoring" -}}
|
||||||
|
{{- if .Values.apiVersionOverrides.monitoring -}}
|
||||||
|
{{- print .Values.apiVersionOverrides.monitoring -}}
|
||||||
|
{{- else -}}
|
||||||
|
{{- print "monitoring.coreos.com/v1" -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Expand the namespace of the release.
|
Expand the namespace of the release.
|
||||||
Allows overriding it for multi-namespace deployments in combined charts.
|
Allows overriding it for multi-namespace deployments in combined charts.
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
{{- if and (or .Values.controller.metricsConfig.enabled .Values.controller.telemetryConfig.enabled) .Values.controller.serviceMonitor.enabled }}
|
{{- if and (or .Values.controller.metricsConfig.enabled .Values.controller.telemetryConfig.enabled) .Values.controller.serviceMonitor.enabled }}
|
||||||
{{ $namespaces := keys (deepCopy $.Values.controllers | merge (dict (include "argo-workflows.namespace" $) $.Values.controller)) }}
|
{{ $namespaces := keys (deepCopy $.Values.controllers | merge (dict (include "argo-workflows.namespace" $) $.Values.controller)) }}
|
||||||
{{- $context := merge (dict "controller" $.Values.controller) $ }}
|
{{- $context := merge (dict "controller" $.Values.controller) $ }}
|
||||||
|
{{- $apiVersion := include "argo-workflows.apiVersions.monitoring" . }}
|
||||||
apiVersion: monitoring.coreos.com/v1
|
{{- if and (.Capabilities.APIVersions.Has $apiVersion) (or .Values.controller.metricsConfig.enabled .Values.controller.telemetryConfig.enabled) .Values.controller.serviceMonitor.enabled }}
|
||||||
|
---
|
||||||
|
apiVersion: {{ $apiVersion }}
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-workflows.controller.fullname" $context }}
|
name: {{ template "argo-workflows.controller.fullname" $context }}
|
||||||
|
@ -50,3 +52,4 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "argo-workflows.selectorLabels" (dict "context" $context "name" $.Values.controller.name) | nindent 6 }}
|
{{- include "argo-workflows.selectorLabels" (dict "context" $context "name" $.Values.controller.name) | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -42,6 +42,8 @@ apiVersionOverrides:
|
||||||
autoscaling: "" # autoscaling/v2
|
autoscaling: "" # autoscaling/v2
|
||||||
# -- String to override apiVersion of GKE resources rendered by this helm chart
|
# -- String to override apiVersion of GKE resources rendered by this helm chart
|
||||||
cloudgoogle: "" # cloud.google.com/v1
|
cloudgoogle: "" # cloud.google.com/v1
|
||||||
|
# -- String to override apiVersion of monitoring CRDs (ServiceMonitor) rendered by this helm chart
|
||||||
|
monitoring: "" # monitoring.coreos.com/v1
|
||||||
|
|
||||||
# -- Restrict Argo to operate only in a single namespace (the namespace of the
|
# -- Restrict Argo to operate only in a single namespace (the namespace of the
|
||||||
# Helm release) by apply Roles and RoleBindings instead of the Cluster
|
# Helm release) by apply Roles and RoleBindings instead of the Cluster
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: argocd-apps
|
name: argocd-apps
|
||||||
description: A Helm chart for managing additional Argo CD Applications and Projects
|
description: A Helm chart for managing additional Argo CD Applications and Projects
|
||||||
type: application
|
type: application
|
||||||
version: 1.6.2
|
version: 2.0.0
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -18,4 +18,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: added
|
- kind: added
|
||||||
description: Support Template Patch to ApplicationSet
|
description: make the chart use maps instead of lists
|
||||||
|
|
|
@ -28,11 +28,11 @@ $ helm install my-release argo/argocd-apps
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| applications | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications within this helm release |
|
| applications | object | `{}` (See [values.yaml]) | Deploy Argo CD Applications within this helm release |
|
||||||
| applicationsets | list | `[]` (See [values.yaml]) | Deploy Argo CD ApplicationSets within this helm release |
|
| applicationsets | object | `{}` (See [values.yaml]) | Deploy Argo CD ApplicationSets within this helm release |
|
||||||
| extensions | list | `[]` (See [values.yaml]) | DEPRECATED - Please refer [Deprecation Notice](https://github.com/argoproj-labs/argocd-extensions?tab=readme-ov-file#deprecation-notice) for more info. |
|
| extensions | object | `{}` (See [values.yaml]) | DEPRECATED - Please refer [Deprecation Notice](https://github.com/argoproj-labs/argocd-extensions?tab=readme-ov-file#deprecation-notice) for more info. |
|
||||||
| itemTemplates | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications/ApplicationSets/Projects within this helm release |
|
| itemTemplates | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications/ApplicationSets/Projects within this helm release |
|
||||||
| projects | list | `[]` (See [values.yaml]) | Deploy Argo CD Projects within this helm release |
|
| projects | object | `{}` (See [values.yaml]) | Deploy Argo CD Projects within this helm release |
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
# Test with multi-source applications
|
# Test with multi-source applications
|
||||||
|
|
||||||
applications:
|
applications:
|
||||||
- name: argocd-application-multiple-sources
|
argocd-application-multiple-sources:
|
||||||
additionalLabels: {}
|
additionalLabels: {}
|
||||||
additionalAnnotations: {}
|
additionalAnnotations: {}
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- chart: elasticsearch
|
- chart: elasticsearch
|
||||||
repoURL: https://helm.elastic.co
|
repoURL: https://helm.elastic.co
|
||||||
targetRevision: 8.5.1
|
targetRevision: 8.5.1
|
||||||
- repoURL: https://github.com/argoproj/argocd-example-apps.git
|
- repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
path: guestbook
|
path: guestbook
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: default
|
namespace: default
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: apps
|
- group: apps
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /spec/replicas
|
- /spec/replicas
|
||||||
|
|
|
@ -1,33 +1,33 @@
|
||||||
# Test with applications
|
# Test with applications
|
||||||
|
|
||||||
applications:
|
applications:
|
||||||
- name: argocd-application
|
argocd-application:
|
||||||
additionalLabels: {}
|
additionalLabels: {}
|
||||||
additionalAnnotations: {}
|
additionalAnnotations: {}
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: guestbook
|
path: guestbook
|
||||||
directory:
|
directory:
|
||||||
recurse: true
|
recurse: true
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: default
|
namespace: default
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- ApplyOutOfSyncOnly=true
|
- ApplyOutOfSyncOnly=true
|
||||||
revisionHistoryLimit: null
|
revisionHistoryLimit: null
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: apps
|
- group: apps
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /spec/replicas
|
- /spec/replicas
|
||||||
info:
|
info:
|
||||||
- name: url
|
- name: url
|
||||||
value: https://argoproj.github.io/
|
value: https://argoproj.github.io/
|
||||||
|
|
|
@ -1,24 +1,24 @@
|
||||||
# Test with multi-source applicationsets
|
# Test with multi-source applicationsets
|
||||||
|
|
||||||
applicationsets:
|
applicationsets:
|
||||||
- name: applicationset-multiple-sources
|
applicationset-multiple-sources:
|
||||||
generators:
|
generators:
|
||||||
- list:
|
- list:
|
||||||
elements:
|
elements:
|
||||||
- cluster: default-cluster
|
- cluster: default-cluster
|
||||||
url: https://kubernetes.default.svc
|
url: https://kubernetes.default.svc
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{cluster}}-guestbook'
|
name: '{{cluster}}-guestbook'
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- chart: elasticsearch
|
- chart: elasticsearch
|
||||||
repoURL: https://helm.elastic.co
|
repoURL: https://helm.elastic.co
|
||||||
targetRevision: 8.5.1
|
targetRevision: 8.5.1
|
||||||
- repoURL: https://github.com/argoproj/argocd-example-apps.git
|
- repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
path: guestbook
|
path: guestbook
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
destination:
|
destination:
|
||||||
server: '{{url}}'
|
server: '{{url}}'
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|
|
@ -1,41 +1,41 @@
|
||||||
# Test applicationsets with Progressive Syncs
|
# Test applicationsets with Progressive Syncs
|
||||||
|
|
||||||
applicationsets:
|
applicationsets:
|
||||||
- name: applicationset-progressive-syncs
|
applicationset-progressive-syncs:
|
||||||
generators:
|
generators:
|
||||||
- list:
|
- list:
|
||||||
elements:
|
elements:
|
||||||
- cluster: engineering-dev
|
- cluster: engineering-dev
|
||||||
url: https://1.2.3.4
|
url: https://1.2.3.4
|
||||||
env: env-dev
|
env: env-dev
|
||||||
- cluster: engineering-prod
|
- cluster: engineering-prod
|
||||||
url: https://9.8.7.6/
|
url: https://9.8.7.6/
|
||||||
env: env-prod
|
env: env-prod
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingSync
|
type: RollingSync
|
||||||
rollingSync:
|
rollingSync:
|
||||||
steps:
|
steps:
|
||||||
- matchExpressions:
|
- matchExpressions:
|
||||||
- key: envLabel
|
- key: envLabel
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- env-dev
|
- env-dev
|
||||||
- matchExpressions:
|
- matchExpressions:
|
||||||
- key: envLabel
|
- key: envLabel
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- env-prod
|
- env-prod
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{.cluster}}-guestbook'
|
name: '{{.cluster}}-guestbook'
|
||||||
labels:
|
labels:
|
||||||
envLabel: '{{.env}}'
|
envLabel: '{{.env}}'
|
||||||
spec:
|
spec:
|
||||||
project: my-project
|
project: my-project
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: guestbook/{{.cluster}}
|
path: guestbook/{{.cluster}}
|
||||||
destination:
|
destination:
|
||||||
server: '{{.url}}'
|
server: '{{.url}}'
|
||||||
namespace: guestbook
|
namespace: guestbook
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Test with applicationsets
|
# Test with applicationsets
|
||||||
|
|
||||||
applicationsets:
|
applicationsets:
|
||||||
- name: applicationset
|
applicationset:
|
||||||
additionalLabels: {}
|
additionalLabels: {}
|
||||||
additionalAnnotations: {}
|
additionalAnnotations: {}
|
||||||
# See PR #10026 (ArgoCD v2.5 or later)
|
# See PR #10026 (ArgoCD v2.5 or later)
|
||||||
# goTemplate: false
|
# goTemplate: false
|
||||||
generators:
|
generators:
|
||||||
- git:
|
- git:
|
||||||
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
|
||||||
revision: HEAD
|
|
||||||
directories:
|
|
||||||
- path: guestbook
|
|
||||||
- path: kustomize-*
|
|
||||||
# Ref https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
|
|
||||||
ignoreApplicationDifferences:
|
|
||||||
- jsonPointers:
|
|
||||||
- /spec/syncPolicy
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
name: '{{path.basename}}'
|
|
||||||
labels: {}
|
|
||||||
annotations: {}
|
|
||||||
spec:
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
targetRevision: HEAD
|
revision: HEAD
|
||||||
path: '{{path}}'
|
directories:
|
||||||
destination:
|
- path: guestbook
|
||||||
server: https://kubernetes.default.svc
|
- path: kustomize-*
|
||||||
namespace: default
|
# Ref https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
|
||||||
syncPolicy:
|
ignoreApplicationDifferences:
|
||||||
automated:
|
- jsonPointers:
|
||||||
prune: false
|
- /spec/syncPolicy
|
||||||
selfHeal: false
|
template:
|
||||||
ignoreDifferences:
|
metadata:
|
||||||
- group: apps
|
name: '{{path.basename}}'
|
||||||
kind: Deployment
|
labels: {}
|
||||||
jsonPointers:
|
annotations: {}
|
||||||
- /spec/replicas
|
spec:
|
||||||
info:
|
project: default
|
||||||
- name: url
|
source:
|
||||||
value: https://argoproj.github.io/
|
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
syncPolicy:
|
targetRevision: HEAD
|
||||||
# Set Application finalizer
|
path: '{{path}}'
|
||||||
preserveResourcesOnDeletion: false
|
destination:
|
||||||
templatePatch: |
|
server: https://kubernetes.default.svc
|
||||||
spec:
|
namespace: default
|
||||||
source:
|
syncPolicy:
|
||||||
helm:
|
automated:
|
||||||
valueFiles:
|
prune: false
|
||||||
{{- range $valueFile := .valueFiles }}
|
selfHeal: false
|
||||||
- {{ $valueFile }}
|
ignoreDifferences:
|
||||||
{{- end }}
|
- group: apps
|
||||||
{{- if .autoSync }}
|
kind: Deployment
|
||||||
syncPolicy:
|
jsonPointers:
|
||||||
automated:
|
- /spec/replicas
|
||||||
prune: {{ .prune }}
|
info:
|
||||||
{{- end }}
|
- name: url
|
||||||
- name: applicationset-list-generator
|
value: https://argoproj.github.io/
|
||||||
generators:
|
syncPolicy:
|
||||||
- list:
|
# Set Application finalizer
|
||||||
elements:
|
preserveResourcesOnDeletion: false
|
||||||
- cluster: engineering-dev
|
templatePatch: |
|
||||||
url: https://kubernetes.default.svc
|
spec:
|
||||||
template:
|
source:
|
||||||
metadata: {}
|
helm:
|
||||||
spec:
|
valueFiles:
|
||||||
project: '{{cluster}}'
|
{{- range $valueFile := .valueFiles }}
|
||||||
source:
|
- {{ $valueFile }}
|
||||||
targetRevision: HEAD
|
{{- end }}
|
||||||
repoURL: https://github.com/argoproj/argo-cd.git
|
{{- if .autoSync }}
|
||||||
# New path value is generated here:
|
syncPolicy:
|
||||||
path: 'applicationset/examples/template-override/{{cluster}}-override'
|
automated:
|
||||||
destination: {}
|
prune: {{ .prune }}
|
||||||
template:
|
{{- end }}
|
||||||
metadata:
|
applicationset-list-generator:
|
||||||
name: '{{cluster}}-guestbook'
|
generators:
|
||||||
spec:
|
- list:
|
||||||
project: '{{cluster}}'
|
elements:
|
||||||
source:
|
- cluster: engineering-dev
|
||||||
repoURL: https://github.com/argoproj/argo-cd.git
|
url: https://kubernetes.default.svc
|
||||||
targetRevision: HEAD
|
template:
|
||||||
# This 'default' value is not used: it is is replaced by the generator's template path, above
|
metadata: {}
|
||||||
path: applicationset/examples/template-override/default
|
spec:
|
||||||
destination:
|
project: '{{cluster}}'
|
||||||
server: '{{url}}'
|
source:
|
||||||
namespace: guestbook
|
targetRevision: HEAD
|
||||||
|
repoURL: https://github.com/argoproj/argo-cd.git
|
||||||
|
# New path value is generated here:
|
||||||
|
path: 'applicationset/examples/template-override/{{cluster}}-override'
|
||||||
|
destination: {}
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
name: '{{cluster}}-guestbook'
|
||||||
|
spec:
|
||||||
|
project: '{{cluster}}'
|
||||||
|
source:
|
||||||
|
repoURL: https://github.com/argoproj/argo-cd.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
# This 'default' value is not used: it is is replaced by the generator's template path, above
|
||||||
|
path: applicationset/examples/template-override/default
|
||||||
|
destination:
|
||||||
|
server: '{{url}}'
|
||||||
|
namespace: guestbook
|
||||||
|
|
|
@ -1,50 +1,50 @@
|
||||||
{{- range .Values.applications }}
|
{{- range $appName, $appData:= .Values.applications }}
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
{{- with .additionalAnnotations }}
|
{{- with $appData.additionalAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value | quote }}
|
{{ $key }}: {{ $value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .additionalLabels }}
|
{{- with $appData.additionalLabels }}
|
||||||
labels:
|
labels:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: {{ .name }}
|
name: {{ $appName }}
|
||||||
{{- with .namespace }}
|
{{- with $appData.namespace }}
|
||||||
namespace: {{ . }}
|
namespace: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .finalizers }}
|
{{- with $appData.finalizers }}
|
||||||
finalizers:
|
finalizers:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
project: {{ tpl .project $ }}
|
project: {{ tpl $appData.project $ }}
|
||||||
{{- with .source }}
|
{{- with $appData.source }}
|
||||||
source:
|
source:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .sources }}
|
{{- with $appData.sources }}
|
||||||
sources:
|
sources:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
destination:
|
destination:
|
||||||
{{- toYaml .destination | nindent 4 }}
|
{{- toYaml $appData.destination | nindent 4 }}
|
||||||
{{- with .syncPolicy }}
|
{{- with $appData.syncPolicy }}
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .revisionHistoryLimit }}
|
{{- with $appData.revisionHistoryLimit }}
|
||||||
revisionHistoryLimit: {{ . }}
|
revisionHistoryLimit: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .ignoreDifferences }}
|
{{- with $appData.ignoreDifferences }}
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .info }}
|
{{- with $appData.info }}
|
||||||
info:
|
info:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -1,44 +1,43 @@
|
||||||
|
{{- range $appSetName, $appSetData:= .Values.applicationsets }}
|
||||||
{{- range .Values.applicationsets }}
|
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: ApplicationSet
|
kind: ApplicationSet
|
||||||
metadata:
|
metadata:
|
||||||
{{- with .additionalAnnotations }}
|
{{- with $appSetData.additionalAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value | quote }}
|
{{ $key }}: {{ $value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .additionalLabels }}
|
{{- with $appSetData.additionalLabels }}
|
||||||
labels:
|
labels:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: {{ .name }}
|
name: {{ $appSetName }}
|
||||||
{{- with .namespace }}
|
{{- with $appSetData.namespace }}
|
||||||
namespace: {{ . }}
|
namespace: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
{{- if hasKey . "goTemplate" }}
|
{{- if hasKey $appSetData "goTemplate" }}
|
||||||
goTemplate: {{ .goTemplate }}
|
goTemplate: {{ $appSetData.goTemplate }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .generators }}
|
{{- with $appSetData.generators }}
|
||||||
generators:
|
generators:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .ignoreApplicationDifferences }}
|
{{- with $appSetData.ignoreApplicationDifferences }}
|
||||||
ignoreApplicationDifferences:
|
ignoreApplicationDifferences:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .strategy }}
|
{{- with $appSetData.strategy }}
|
||||||
strategy:
|
strategy:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .syncPolicy }}
|
{{- with $appSetData.syncPolicy }}
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .template }}
|
{{- with $appSetData.template }}
|
||||||
template:
|
template:
|
||||||
{{- with .metadata }}
|
{{- with .metadata }}
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -84,7 +83,7 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .templatePatch }}
|
{{- with $appSetData.templatePatch }}
|
||||||
templatePatch: |
|
templatePatch: |
|
||||||
{{- . | nindent 4 }}
|
{{- . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
{{- range .Values.extensions }}
|
{{- range $extensionName, $extensionData:= .Values.extensions }}
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: ArgoCDExtension
|
kind: ArgoCDExtension
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .name }}
|
name: {{ $extensionName }}
|
||||||
{{- with .namespace }}
|
{{- with $extensionData.namespace }}
|
||||||
namespace: {{ . }}
|
namespace: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
finalizers:
|
finalizers:
|
||||||
- extensions-finalizer.argocd.argoproj.io
|
- extensions-finalizer.argocd.argoproj.io
|
||||||
{{- with .additionalLabels }}
|
{{- with $extensionData.additionalLabels }}
|
||||||
labels:
|
labels:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .additionalAnnotations }}
|
{{- with $extensionData.additionalAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value | quote }}
|
{{ $key }}: {{ $value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .sources }}
|
{{- with $extensionData.sources }}
|
||||||
spec:
|
spec:
|
||||||
sources:
|
sources:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
|
|
|
@ -1,72 +1,72 @@
|
||||||
{{- range .Values.projects }}
|
{{- range $projectName, $projectData := .Values.projects }}
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: AppProject
|
kind: AppProject
|
||||||
metadata:
|
metadata:
|
||||||
{{- with .additionalAnnotations }}
|
{{- with $projectData.additionalAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- range $key, $value := . }}
|
{{- range $key, $value := . }}
|
||||||
{{ $key }}: {{ $value | quote }}
|
{{ $key }}: {{ $value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .additionalLabels }}
|
{{- with $projectData.additionalLabels }}
|
||||||
labels:
|
labels:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: {{ .name }}
|
name: {{ $projectName }}
|
||||||
{{- with .namespace }}
|
{{- with $projectData.namespace }}
|
||||||
namespace: {{ . }}
|
namespace: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .finalizers }}
|
{{- with $projectData.finalizers }}
|
||||||
finalizers:
|
finalizers:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
{{- with .permitOnlyProjectScopedClusters }}
|
{{- with $projectData.permitOnlyProjectScopedClusters }}
|
||||||
permitOnlyProjectScopedClusters: {{ . }}
|
permitOnlyProjectScopedClusters: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
description: {{ .description }}
|
description: {{ $projectData.description }}
|
||||||
{{- with .sourceRepos }}
|
{{- with $projectData.sourceRepos }}
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .destinations }}
|
{{- with $projectData.destinations }}
|
||||||
destinations:
|
destinations:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .clusterResourceWhitelist }}
|
{{- with $projectData.clusterResourceWhitelist }}
|
||||||
clusterResourceWhitelist:
|
clusterResourceWhitelist:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .clusterResourceBlacklist }}
|
{{- with $projectData.clusterResourceBlacklist }}
|
||||||
clusterResourceBlacklist:
|
clusterResourceBlacklist:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .namespaceResourceBlacklist }}
|
{{- with $projectData.namespaceResourceBlacklist }}
|
||||||
namespaceResourceBlacklist:
|
namespaceResourceBlacklist:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .namespaceResourceWhitelist }}
|
{{- with $projectData.namespaceResourceWhitelist }}
|
||||||
namespaceResourceWhitelist:
|
namespaceResourceWhitelist:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .orphanedResources }}
|
{{- with $projectData.orphanedResources }}
|
||||||
orphanedResources:
|
orphanedResources:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .roles }}
|
{{- with $projectData.roles }}
|
||||||
roles:
|
roles:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .syncWindows }}
|
{{- with $projectData.syncWindows }}
|
||||||
syncWindows:
|
syncWindows:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .signatureKeys }}
|
{{- with $projectData.signatureKeys }}
|
||||||
signatureKeys:
|
signatureKeys:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .sourceNamespaces }}
|
{{- with $projectData.sourceNamespaces }}
|
||||||
sourceNamespaces:
|
sourceNamespaces:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -1,176 +1,176 @@
|
||||||
# -- Deploy Argo CD Applications within this helm release
|
# -- Deploy Argo CD Applications within this helm release
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `{}` (See [values.yaml])
|
||||||
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/
|
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/
|
||||||
applications: []
|
applications: {}
|
||||||
# - name: guestbook
|
# guestbook:
|
||||||
# namespace: argocd
|
# namespace: argocd
|
||||||
# additionalLabels: {}
|
# additionalLabels: {}
|
||||||
# additionalAnnotations: {}
|
# additionalAnnotations: {}
|
||||||
# finalizers:
|
# finalizers:
|
||||||
# - resources-finalizer.argocd.argoproj.io
|
# - resources-finalizer.argocd.argoproj.io
|
||||||
# project: guestbook
|
# project: guestbook
|
||||||
# source:
|
# source:
|
||||||
# repoURL: https://github.com/argoproj/argocd-example-apps.git
|
# repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
# targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
# path: guestbook
|
# path: guestbook
|
||||||
# directory:
|
# directory:
|
||||||
# recurse: true
|
# recurse: true
|
||||||
# # ArgoCD v2.6 or later
|
# # ArgoCD v2.6 or later
|
||||||
# sources:
|
# sources:
|
||||||
# - chart: elasticsearch
|
# - chart: elasticsearch
|
||||||
# repoURL: https://helm.elastic.co
|
# repoURL: https://helm.elastic.co
|
||||||
# targetRevision: 8.5.1
|
# targetRevision: 8.5.1
|
||||||
# - repoURL: https://github.com/argoproj/argocd-example-apps.git
|
# - repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
# path: guestbook
|
# path: guestbook
|
||||||
# targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
# destination:
|
# destination:
|
||||||
# server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
# namespace: guestbook
|
# namespace: guestbook
|
||||||
# syncPolicy:
|
# syncPolicy:
|
||||||
# automated:
|
# automated:
|
||||||
# prune: false
|
# prune: false
|
||||||
# selfHeal: false
|
# selfHeal: false
|
||||||
# syncOptions:
|
# syncOptions:
|
||||||
# - CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
# revisionHistoryLimit: null
|
# revisionHistoryLimit: null
|
||||||
# ignoreDifferences:
|
# ignoreDifferences:
|
||||||
# - group: apps
|
# - group: apps
|
||||||
# kind: Deployment
|
# kind: Deployment
|
||||||
# jsonPointers:
|
# jsonPointers:
|
||||||
# - /spec/replicas
|
# - /spec/replicas
|
||||||
# info:
|
# info:
|
||||||
# - name: url
|
# - name: url
|
||||||
# value: https://argoproj.github.io/
|
# value: https://argoproj.github.io/
|
||||||
|
|
||||||
# -- Deploy Argo CD Projects within this helm release
|
# -- Deploy Argo CD Projects within this helm release
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `{}` (See [values.yaml])
|
||||||
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/
|
## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/
|
||||||
projects: []
|
projects: {}
|
||||||
# - name: guestbook
|
# guestbook:
|
||||||
# namespace: argocd
|
# namespace: argocd
|
||||||
# additionalLabels: {}
|
# additionalLabels: {}
|
||||||
# additionalAnnotations: {}
|
# additionalAnnotations: {}
|
||||||
# permitOnlyProjectScopedClusters: false
|
# permitOnlyProjectScopedClusters: false
|
||||||
# finalizers:
|
# finalizers:
|
||||||
# - resources-finalizer.argocd.argoproj.io
|
# - resources-finalizer.argocd.argoproj.io
|
||||||
# description: Example Project
|
# description: Example Project
|
||||||
# sourceRepos:
|
# sourceRepos:
|
||||||
# - '*'
|
# - '*'
|
||||||
# destinations:
|
# destinations:
|
||||||
# - namespace: guestbook
|
# - namespace: guestbook
|
||||||
# server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
# clusterResourceWhitelist: []
|
# clusterResourceWhitelist: []
|
||||||
# clusterResourceBlacklist: []
|
# clusterResourceBlacklist: []
|
||||||
# namespaceResourceBlacklist:
|
# namespaceResourceBlacklist:
|
||||||
# - group: ''
|
# - group: ''
|
||||||
# kind: ResourceQuota
|
# kind: ResourceQuota
|
||||||
# - group: ''
|
# - group: ''
|
||||||
# kind: LimitRange
|
# kind: LimitRange
|
||||||
# - group: ''
|
# - group: ''
|
||||||
# kind: NetworkPolicy
|
# kind: NetworkPolicy
|
||||||
# orphanedResources: {}
|
# orphanedResources: {}
|
||||||
# roles: []
|
# roles: []
|
||||||
# namespaceResourceWhitelist:
|
# namespaceResourceWhitelist:
|
||||||
# - group: 'apps'
|
# - group: 'apps'
|
||||||
# kind: Deployment
|
# kind: Deployment
|
||||||
# - group: 'apps'
|
# - group: 'apps'
|
||||||
# kind: StatefulSet
|
# kind: StatefulSet
|
||||||
# orphanedResources: {}
|
# orphanedResources: {}
|
||||||
# roles: []
|
# roles: []
|
||||||
# syncWindows:
|
# syncWindows:
|
||||||
# - kind: allow
|
# - kind: allow
|
||||||
# schedule: '10 1 * * *'
|
# schedule: '10 1 * * *'
|
||||||
# duration: 1h
|
# duration: 1h
|
||||||
# applications:
|
# applications:
|
||||||
# - '*-prod'
|
# - '*-prod'
|
||||||
# manualSync: true
|
# manualSync: true
|
||||||
# signatureKeys:
|
# signatureKeys:
|
||||||
# - keyID: ABCDEF1234567890
|
# - keyID: ABCDEF1234567890
|
||||||
# sourceNamespaces:
|
# sourceNamespaces:
|
||||||
# - argocd
|
# - argocd
|
||||||
|
|
||||||
# -- Deploy Argo CD ApplicationSets within this helm release
|
# -- Deploy Argo CD ApplicationSets within this helm release
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `{}` (See [values.yaml])
|
||||||
## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/
|
## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/
|
||||||
applicationsets: []
|
applicationsets: {}
|
||||||
# - name: guestbook
|
# guestbook:
|
||||||
# namespace: argocd
|
# namespace: argocd
|
||||||
# additionalLabels: {}
|
# additionalLabels: {}
|
||||||
# additionalAnnotations: {}
|
# additionalAnnotations: {}
|
||||||
# # See PR #10026 (ArgoCD v2.5 or later)
|
# # See PR #10026 (ArgoCD v2.5 or later)
|
||||||
# # goTemplate: false
|
# # goTemplate: false
|
||||||
# generators:
|
# generators:
|
||||||
# - git:
|
# - git:
|
||||||
# repoURL: https://github.com/argoproj/argocd-example-apps.git
|
# repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
# revision: HEAD
|
# revision: HEAD
|
||||||
# directories:
|
# directories:
|
||||||
# - path: guestbook
|
# - path: guestbook
|
||||||
# - path: kustomize-*
|
# - path: kustomize-*
|
||||||
# # Ref https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
|
# # Ref https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#allow-temporarily-toggling-auto-sync
|
||||||
# ignoreApplicationDifferences:
|
# ignoreApplicationDifferences:
|
||||||
# - jsonPointers:
|
# - jsonPointers:
|
||||||
# - /spec/syncPolicy
|
# - /spec/syncPolicy
|
||||||
# # Progressive Syncs is an experimental feature and it must be explicitly enabled
|
# # Progressive Syncs is an experimental feature and it must be explicitly enabled
|
||||||
# # Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Progressive-Syncs/#enabling-progressive-syncs
|
# # Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Progressive-Syncs/#enabling-progressive-syncs
|
||||||
# strategy:
|
# strategy:
|
||||||
# type: RollingSync
|
# type: RollingSync
|
||||||
# rollingSync:
|
# rollingSync:
|
||||||
# steps:
|
# steps:
|
||||||
# - matchExpressions:
|
# - matchExpressions:
|
||||||
# - key: project
|
# - key: project
|
||||||
# operator: In
|
# operator: In
|
||||||
# values:
|
# values:
|
||||||
# - guestbook
|
# - guestbook
|
||||||
# - matchExpressions:
|
# - matchExpressions:
|
||||||
# - key: project
|
# - key: project
|
||||||
# operator: In
|
# operator: In
|
||||||
# values:
|
# values:
|
||||||
# - kustomize-foo
|
# - kustomize-foo
|
||||||
# - kustomize-bar
|
# - kustomize-bar
|
||||||
# template:
|
# template:
|
||||||
# metadata:
|
# metadata:
|
||||||
# name: '{{path.basename}}'
|
# name: '{{path.basename}}'
|
||||||
# labels:
|
# labels:
|
||||||
# project: '{{path.basename}}'
|
# project: '{{path.basename}}'
|
||||||
# annotations: {}
|
# annotations: {}
|
||||||
# spec:
|
# spec:
|
||||||
# project: default
|
# project: default
|
||||||
# source:
|
# source:
|
||||||
# repoURL: https://github.com/argoproj/argocd-example-apps.git
|
# repoURL: https://github.com/argoproj/argocd-example-apps.git
|
||||||
# targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
# path: '{{path}}'
|
# path: '{{path}}'
|
||||||
# destination:
|
# destination:
|
||||||
# server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
# namespace: default
|
# namespace: default
|
||||||
# syncPolicy:
|
# syncPolicy:
|
||||||
# automated:
|
# automated:
|
||||||
# prune: false
|
# prune: false
|
||||||
# selfHeal: false
|
# selfHeal: false
|
||||||
# ignoreDifferences:
|
# ignoreDifferences:
|
||||||
# - group: apps
|
# - group: apps
|
||||||
# kind: Deployment
|
# kind: Deployment
|
||||||
# jsonPointers:
|
# jsonPointers:
|
||||||
# - /spec/replicas
|
# - /spec/replicas
|
||||||
# info:
|
# info:
|
||||||
# - name: url
|
# - name: url
|
||||||
# value: https://argoproj.github.io/
|
# value: https://argoproj.github.io/
|
||||||
# syncPolicy:
|
# syncPolicy:
|
||||||
# # Set Application finalizer
|
# # Set Application finalizer
|
||||||
# preserveResourcesOnDeletion: false
|
# preserveResourcesOnDeletion: false
|
||||||
# # Templating is only available on string type
|
# # Templating is only available on string type
|
||||||
# templatePatch: |
|
# templatePatch: |
|
||||||
# spec:
|
# spec:
|
||||||
# source:
|
# source:
|
||||||
# helm:
|
# helm:
|
||||||
# valueFiles:
|
# valueFiles:
|
||||||
# {{- range $valueFile := .valueFiles }}
|
# {{- range $valueFile := .valueFiles }}
|
||||||
# - {{ $valueFile }}
|
# - {{ $valueFile }}
|
||||||
# {{- end }}
|
# {{- end }}
|
||||||
# {{- if .autoSync }}
|
# {{- if .autoSync }}
|
||||||
# syncPolicy:
|
# syncPolicy:
|
||||||
# automated:
|
# automated:
|
||||||
# prune: {{ .prune }}
|
# prune: {{ .prune }}
|
||||||
# {{- end }}
|
# {{- end }}
|
||||||
|
|
||||||
# -- Deploy Argo CD Applications/ApplicationSets/Projects within this helm release
|
# -- Deploy Argo CD Applications/ApplicationSets/Projects within this helm release
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `[]` (See [values.yaml])
|
||||||
|
@ -238,16 +238,16 @@ itemTemplates: []
|
||||||
# namespace: guestbook
|
# namespace: guestbook
|
||||||
|
|
||||||
# -- DEPRECATED - Please refer [Deprecation Notice](https://github.com/argoproj-labs/argocd-extensions?tab=readme-ov-file#deprecation-notice) for more info.
|
# -- DEPRECATED - Please refer [Deprecation Notice](https://github.com/argoproj-labs/argocd-extensions?tab=readme-ov-file#deprecation-notice) for more info.
|
||||||
# @default -- `[]` (See [values.yaml])
|
# @default -- `{}` (See [values.yaml])
|
||||||
## This function in tech preview stage, do expect unstability or breaking changes in newer versions. Bump image.tag if necessary.
|
## This function in tech preview stage, do expect unstability or breaking changes in newer versions. Bump image.tag if necessary.
|
||||||
## Ref: https://github.com/argoproj-labs/argocd-extensions
|
## Ref: https://github.com/argoproj-labs/argocd-extensions
|
||||||
extensions: []
|
extensions: {}
|
||||||
# - name: example
|
# example:
|
||||||
# namespace: argocd
|
# namespace: argocd
|
||||||
# additionalLabels: {}
|
# additionalLabels: {}
|
||||||
# additionalAnnotations: {}
|
# additionalAnnotations: {}
|
||||||
# sources:
|
# sources:
|
||||||
# - git:
|
# - git:
|
||||||
# url: https://github.com/argoproj-labs/argocd-example-extension.git
|
# url: https://github.com/argoproj-labs/argocd-example-extension.git
|
||||||
# - web:
|
# - web:
|
||||||
# url: https://github.com/argoproj-labs/argocd-example-extension/releases/download/v0.1.0/extension.tar
|
# url: https://github.com/argoproj-labs/argocd-example-extension/releases/download/v0.1.0/extension.tar
|
||||||
|
|
|
@ -2,7 +2,7 @@ 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.9.5
|
version: 0.9.6
|
||||||
appVersion: v0.12.2
|
appVersion: v0.12.2
|
||||||
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
|
||||||
|
@ -18,5 +18,9 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
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: added
|
- kind: fixed
|
||||||
description: Allow overriding of .Release.Namespace with .Values.namespaceOverride
|
description: Properly quoting the config map values
|
||||||
|
- kind: fixed
|
||||||
|
description: Only adding a data field to argocd-image-updater-ssh-config when there's data to be added
|
||||||
|
- kind: changed
|
||||||
|
description: Only include config.argocd if config.applicationsAPIKind is set to 'argocd'
|
||||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
{{- include "argocd-image-updater.labels" . | nindent 4 }}
|
{{- include "argocd-image-updater.labels" . | nindent 4 }}
|
||||||
name: argocd-image-updater-ssh-config
|
name: argocd-image-updater-ssh-config
|
||||||
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
||||||
|
{{- with .Values.config.sshConfig }}
|
||||||
data:
|
data:
|
||||||
{{- with .Values.config.sshConfig }}
|
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -8,30 +8,32 @@ metadata:
|
||||||
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
||||||
data:
|
data:
|
||||||
{{- with .Values.config.applicationsAPIKind }}
|
{{- with .Values.config.applicationsAPIKind }}
|
||||||
applications_api: {{ . }}
|
applications_api: {{ . | quote }}
|
||||||
|
{{- if eq . "argocd" }}
|
||||||
|
argocd.grpc_web: {{ $.Values.config.argocd.grpcWeb | quote }}
|
||||||
|
{{- with $.Values.config.argocd.serverAddress }}
|
||||||
|
argocd.server_addr: {{ . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
argocd.grpc_web: {{ .Values.config.argocd.grpcWeb | quote }}
|
argocd.insecure: {{ $.Values.config.argocd.insecure | quote }}
|
||||||
{{- with .Values.config.argocd.serverAddress }}
|
argocd.plaintext: {{ $.Values.config.argocd.plaintext | quote }}
|
||||||
argocd.server_addr: {{ . }}
|
{{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
argocd.insecure: {{ .Values.config.argocd.insecure | quote }}
|
|
||||||
argocd.plaintext: {{ .Values.config.argocd.plaintext | quote }}
|
|
||||||
{{- with .Values.config.logLevel }}
|
{{- with .Values.config.logLevel }}
|
||||||
log.level: {{ . }}
|
log.level: {{ . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.config.gitCommitUser }}
|
{{- with .Values.config.gitCommitUser }}
|
||||||
git.user: {{ . }}
|
git.user: {{ . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.config.gitCommitMail }}
|
{{- with .Values.config.gitCommitMail }}
|
||||||
git.email: {{ . }}
|
git.email: {{ . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.config.gitCommitTemplate }}
|
{{- with .Values.config.gitCommitTemplate }}
|
||||||
git.commit-message-template: |
|
git.commit-message-template: |
|
||||||
{{- nindent 4 . }}
|
{{- nindent 4 . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
kube.events: {{ .Values.config.disableKubeEvents | quote }}
|
kube.events: {{ .Values.config.disableKubeEvents | quote }}
|
||||||
|
{{- with .Values.config.registries }}
|
||||||
registries.conf: |
|
registries.conf: |
|
||||||
{{- with .Values.config.registries }}
|
registries:
|
||||||
registries:
|
{{- toYaml . | nindent 6 }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: Role
|
kind: Role
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
{{ include "argocd-image-updater.labels" . | nindent 4 }}
|
{{- include "argocd-image-updater.labels" . | nindent 4 }}
|
||||||
name: {{ include "argocd-image-updater.fullname" . }}
|
name: {{ include "argocd-image-updater.fullname" . }}
|
||||||
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
||||||
rules:
|
rules:
|
||||||
|
@ -37,7 +37,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
{{ include "argocd-image-updater.labels" . | nindent 4 }}
|
{{- include "argocd-image-updater.labels" . | nindent 4 }}
|
||||||
name: {{ include "argocd-image-updater.fullname" . }}
|
name: {{ include "argocd-image-updater.fullname" . }}
|
||||||
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
|
||||||
roleRef:
|
roleRef:
|
||||||
|
|
|
@ -101,6 +101,7 @@ config:
|
||||||
applicationsAPIKind: ""
|
applicationsAPIKind: ""
|
||||||
|
|
||||||
# Described in detail here https://argocd-image-updater.readthedocs.io/en/stable/install/running/#flags
|
# Described in detail here https://argocd-image-updater.readthedocs.io/en/stable/install/running/#flags
|
||||||
|
# Note: this is only relevant if config.applicationsAPIKind == 'argocd'
|
||||||
argocd:
|
argocd:
|
||||||
# -- Use the gRPC-web protocol to connect to the Argo CD API
|
# -- Use the gRPC-web protocol to connect to the Argo CD API
|
||||||
grpcWeb: true
|
grpcWeb: true
|
||||||
|
|
Loading…
Reference in a new issue