Merge branch 'master' into master
This commit is contained in:
commit
0c20df4c2f
11 changed files with 42 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Argo Helm Charts
|
# Argo Helm Charts
|
||||||
|
|
||||||
Argo Helm is a collection of **community maintained** charts for http://argoproj.io/ projects. the charts can be added using following command:
|
Argo Helm is a collection of **community maintained** charts for http://argoproj.io/ projects. The charts can be added using following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
helm repo add argo https://argoproj.github.io/argo-helm
|
helm repo add argo https://argoproj.github.io/argo-helm
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
||||||
appVersion: 1.8.4
|
appVersion: 1.8.4
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 2.17.0
|
version: 2.17.2
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -135,6 +135,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
||||||
| controller.service.labels | Controller service labels. | `{}` |
|
| controller.service.labels | Controller service labels. | `{}` |
|
||||||
| controller.service.port | Controller service port. | `8082` |
|
| controller.service.port | Controller service port. | `8082` |
|
||||||
| controller.serviceAccount.annotations | Controller service account annotations | `{}` |
|
| controller.serviceAccount.annotations | Controller service account annotations | `{}` |
|
||||||
|
| controller.serviceAccount.automountServiceAccountToken | Automount API credentials for the Service Account | `true` |
|
||||||
| controller.serviceAccount.create | Create a service account for the controller | `true` |
|
| controller.serviceAccount.create | Create a service account for the controller | `true` |
|
||||||
| controller.serviceAccount.name | Service account name. | `"argocd-application-controller"` |
|
| controller.serviceAccount.name | Service account name. | `"argocd-application-controller"` |
|
||||||
| controller.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
| controller.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
||||||
|
@ -182,6 +183,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
||||||
| repoServer.replicas | The number of repo server pods to run | `1` |
|
| repoServer.replicas | The number of repo server pods to run | `1` |
|
||||||
| repoServer.resources | Resource limits and requests for the repo server pods. | `{}` |
|
| repoServer.resources | Resource limits and requests for the repo server pods. | `{}` |
|
||||||
| repoServer.service.annotations | Repo server service annotations. | `{}` |
|
| repoServer.service.annotations | Repo server service annotations. | `{}` |
|
||||||
|
| repoServer.service.automountServiceAccountToken | Automount API credentials for the Service Account | `true` |
|
||||||
| repoServer.service.labels | Repo server service labels. | `{}` |
|
| repoServer.service.labels | Repo server service labels. | `{}` |
|
||||||
| repoServer.service.port | Repo server service port. | `8081` |
|
| repoServer.service.port | Repo server service port. | `8081` |
|
||||||
| repoServer.serviceAccount.annotations | Repo server service account annotations | `{}` |
|
| repoServer.serviceAccount.annotations | Repo server service account annotations | `{}` |
|
||||||
|
@ -268,6 +270,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
||||||
| server.service.externalIPs | Server service external IPs. | `[]` |
|
| server.service.externalIPs | Server service external IPs. | `[]` |
|
||||||
| server.service.type | Server service type | `"ClusterIP"` |
|
| server.service.type | Server service type | `"ClusterIP"` |
|
||||||
| server.serviceAccount.annotations | Server service account annotations | `{}` |
|
| server.serviceAccount.annotations | Server service account annotations | `{}` |
|
||||||
|
| server.serviceAccount.automountServiceAccountToken | Automount API credentials for the Service Account | `true` |
|
||||||
| server.serviceAccount.create | Create server service account | `true` |
|
| server.serviceAccount.create | Create server service account | `true` |
|
||||||
| server.serviceAccount.name | Server service account name | `"argocd-server"` |
|
| server.serviceAccount.name | Server service account name | `"argocd-server"` |
|
||||||
| server.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
| server.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
||||||
|
@ -300,6 +303,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
||||||
| dex.podLabels | Labels for the Dex server pods | `{}` |
|
| dex.podLabels | Labels for the Dex server pods | `{}` |
|
||||||
| dex.priorityClassName | Priority class for dex | `""` |
|
| dex.priorityClassName | Priority class for dex | `""` |
|
||||||
| dex.resources | Resource limits and requests for dex | `{}` |
|
| dex.resources | Resource limits and requests for dex | `{}` |
|
||||||
|
| dex.serviceAccount.automountServiceAccountToken | Automount API credentials for the Service Account | `true` |
|
||||||
| dex.serviceAccount.create | Create dex service account | `true` |
|
| dex.serviceAccount.create | Create dex service account | `true` |
|
||||||
| dex.serviceAccount.name | Dex service account name | `"argocd-dex-server"` |
|
| dex.serviceAccount.name | Dex service account name | `"argocd-dex-server"` |
|
||||||
| dex.servicePortGrpc | Server GRPC port | `5557` |
|
| dex.servicePortGrpc | Server GRPC port | `5557` |
|
||||||
|
|
|
@ -228,23 +228,28 @@ spec:
|
||||||
description: Status of the AppProject
|
description: Status of the AppProject
|
||||||
properties:
|
properties:
|
||||||
jwtTokensByRole:
|
jwtTokensByRole:
|
||||||
additionalProperties:
|
|
||||||
description: List of JWTToken objects for a given role
|
|
||||||
items:
|
|
||||||
description: Holds the issuedAt and expiresAt values of the token
|
|
||||||
properties:
|
|
||||||
exp:
|
|
||||||
description: The expiresAt value of a token
|
|
||||||
type: string
|
|
||||||
iat:
|
|
||||||
description: The issuedAt value of a token
|
|
||||||
type: string
|
|
||||||
id:
|
|
||||||
description: ID of the token
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
type: array
|
|
||||||
description: JWT Tokens issued for each of the roles in the project
|
description: JWT Tokens issued for each of the roles in the project
|
||||||
|
additionalProperties:
|
||||||
|
properties:
|
||||||
|
items:
|
||||||
|
description: List of JWT Tokens issued for the role
|
||||||
|
items:
|
||||||
|
description: Holds the issuedAt and expiresAt values of the token
|
||||||
|
properties:
|
||||||
|
exp:
|
||||||
|
description: The expiresAt value of a token
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
|
iat:
|
||||||
|
description: The issuedAt value of a token
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
|
id:
|
||||||
|
description: ID of the token
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
type: object
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{{- if .Values.controller.serviceAccount.create }}
|
{{- if .Values.controller.serviceAccount.create }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
automountServiceAccountToken: {{ .Values.controller.serviceAccount.automountServiceAccountToken }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-cd.controllerServiceAccountName" . }}
|
name: {{ template "argo-cd.controllerServiceAccountName" . }}
|
||||||
{{- if .Values.controller.serviceAccount.annotations }}
|
{{- if .Values.controller.serviceAccount.annotations }}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{{- if .Values.repoServer.serviceAccount.create }}
|
{{- if .Values.repoServer.serviceAccount.create }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
automountServiceAccountToken: {{ .Values.repoServer.serviceAccount.automountServiceAccountToken }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-cd.repoServerServiceAccountName" . }}
|
name: {{ template "argo-cd.repoServerServiceAccountName" . }}
|
||||||
{{- if .Values.repoServer.serviceAccount.annotations }}
|
{{- if .Values.repoServer.serviceAccount.annotations }}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{{- if .Values.server.serviceAccount.create }}
|
{{- if .Values.server.serviceAccount.create }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
automountServiceAccountToken: {{ .Values.server.serviceAccount.automountServiceAccountToken }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-cd.serverServiceAccountName" . }}
|
name: {{ template "argo-cd.serverServiceAccountName" . }}
|
||||||
{{- if .Values.server.serviceAccount.annotations }}
|
{{- if .Values.server.serviceAccount.annotations }}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{{- if .Values.dex.serviceAccount.create }}
|
{{- if .Values.dex.serviceAccount.create }}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
automountServiceAccountToken: {{ .Values.dex.serviceAccount.automountServiceAccountToken }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "argo-cd.dexServiceAccountName" . }}
|
name: {{ template "argo-cd.dexServiceAccountName" . }}
|
||||||
{{- if .Values.dex.serviceAccount.annotations }}
|
{{- if .Values.dex.serviceAccount.annotations }}
|
||||||
|
|
|
@ -131,6 +131,8 @@ controller:
|
||||||
name: argocd-application-controller
|
name: argocd-application-controller
|
||||||
## Annotations applied to created service account
|
## Annotations applied to created service account
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
## Automount API credentials for the Service Account
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
|
||||||
## Server metrics controller configuration
|
## Server metrics controller configuration
|
||||||
metrics:
|
metrics:
|
||||||
|
@ -221,6 +223,8 @@ dex:
|
||||||
name: argocd-dex-server
|
name: argocd-dex-server
|
||||||
## Annotations applied to created service account
|
## Annotations applied to created service account
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
## Automount API credentials for the Service Account
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
|
||||||
## Additional volumeMounts to the controller main container.
|
## Additional volumeMounts to the controller main container.
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -482,6 +486,8 @@ server:
|
||||||
name: argocd-server
|
name: argocd-server
|
||||||
## Annotations applied to created service account
|
## Annotations applied to created service account
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
## Automount API credentials for the Service Account
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -828,6 +834,8 @@ repoServer:
|
||||||
# name: argocd-repo-server
|
# name: argocd-repo-server
|
||||||
## Annotations applied to created service account
|
## Annotations applied to created service account
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
## Automount API credentials for the Service Account
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
|
||||||
## Repo server rbac rules
|
## Repo server rbac rules
|
||||||
# rbac:
|
# rbac:
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.1
|
appVersion: 1.0.2
|
||||||
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
||||||
name: argocd-notifications
|
name: argocd-notifications
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.14
|
version: 1.0.15
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -7,7 +7,7 @@ fullnameOverride: ""
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: argoprojlabs/argocd-notifications
|
repository: argoprojlabs/argocd-notifications
|
||||||
tag: v1.0.1
|
tag: v1.0.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
Loading…
Reference in a new issue