[bitnami/argo-cd] Ensure default's container entrypoint is executed (#9923)

* [bitnami/argo-cd] Ensure default's container entrypoint is executed

Signed-off-by: juan131 <juan.ariza.1311993@gmail.com>

* fix: bump chart version after rebasing

Signed-off-by: juan131 <juan.ariza.1311993@gmail.com>

* fix: bump image version

Signed-off-by: juan131 <juan.ariza.1311993@gmail.com>

* [skip ci] Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2022-05-12 09:05:47 +02:00
committed by GitHub
parent 2c68c5494c
commit 6796f22cb1
6 changed files with 6 additions and 12 deletions

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/argoproj/argo-cd/
- https://github.com/bitnami/bitnami-docker-dex
- https://github.com/dexidp/dex
version: 3.2.1
version: 3.2.2

View File

@@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | -------------------------------------------------- | --------------------- |
| `image.registry` | Argo CD image registry | `docker.io` |
| `image.repository` | Argo CD image repository | `bitnami/argo-cd` |
| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.3.3-debian-10-r25` |
| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.3.3-debian-10-r29` |
| `image.pullPolicy` | Argo CD image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Argo CD image pull secrets | `[]` |
| `image.debug` | Enable Argo CD image debug mode | `false` |

View File

@@ -116,14 +116,12 @@ spec:
{{- end }}
{{- if .Values.controller.command }}
command: {{- include "common.tplvalues.render" (dict "value" .Values.controller.command "context" $) | nindent 12 }}
{{- else }}
command:
- argocd-application-controller
{{- end }}
{{- if .Values.controller.args }}
args: {{- include "common.tplvalues.render" (dict "value" .Values.controller.args "context" $) | nindent 12 }}
{{- else }}
args:
- argocd-application-controller
- --status-processors
- {{ .Values.controller.defaultArgs.statusProcessors | quote }}
- --operation-processors

View File

@@ -134,14 +134,12 @@ spec:
{{- end }}
{{- if .Values.repoServer.command }}
command: {{- include "common.tplvalues.render" (dict "value" .Values.repoServer.command "context" $) | nindent 12 }}
{{- else }}
command:
- argocd-repo-server
{{- end }}
{{- if .Values.repoServer.args }}
args: {{- include "common.tplvalues.render" (dict "value" .Values.repoServer.args "context" $) | nindent 12 }}
{{- else }}
args:
- argocd-repo-server
- --logformat
- {{ .Values.repoServer.logFormat }}
- --loglevel

View File

@@ -134,14 +134,12 @@ spec:
{{- end }}
{{- if .Values.server.command }}
command: {{- include "common.tplvalues.render" (dict "value" .Values.server.command "context" $) | nindent 12 }}
{{- else }}
command:
- argocd-server
{{- end }}
{{- if .Values.server.args }}
args: {{- include "common.tplvalues.render" (dict "value" .Values.server.args "context" $) | nindent 12 }}
{{- else }}
args:
- argocd-server
- --staticassets
- /opt/bitnami/argo-cd/app
- --repo-server

View File

@@ -54,7 +54,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 2.3.3-debian-10-r25
tag: 2.3.3-debian-10-r29
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images