feat: enabled network policies for ArgoCD
This commit is contained in:
parent
fcb1ee5896
commit
3c3fbb7fbf
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: KubeZero Argo - Events, Workflow, CD
|
description: KubeZero Argo - Events, Workflow, CD
|
||||||
name: kubezero-argo
|
name: kubezero-argo
|
||||||
version: 0.2.6
|
version: 0.2.7
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -45,7 +45,9 @@ argo-cd:
|
|||||||
format: json
|
format: json
|
||||||
image:
|
image:
|
||||||
repository: public.ecr.aws/zero-downtime/zdt-argocd
|
repository: public.ecr.aws/zero-downtime/zdt-argocd
|
||||||
tag: v2.13.0
|
tag: v2.13.1
|
||||||
|
networkPolicy:
|
||||||
|
create: true
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
styles: |
|
styles: |
|
||||||
@ -54,8 +56,8 @@ argo-cd:
|
|||||||
.sidebar { background: linear-gradient(to bottom, #6A4D79, #493558, #2D1B30, #0D0711); }
|
.sidebar { background: linear-gradient(to bottom, #6A4D79, #493558, #2D1B30, #0D0711); }
|
||||||
|
|
||||||
cm:
|
cm:
|
||||||
ui.bannercontent: "KubeZero v1.30 - Release notes"
|
ui.bannercontent: "KubeZero v1.31 - Release notes"
|
||||||
ui.bannerurl: "https://kubezero.com/releases/v1.30"
|
ui.bannerurl: "https://kubezero.com/releases/v1.31"
|
||||||
ui.bannerpermanent: "true"
|
ui.bannerpermanent: "true"
|
||||||
ui.bannerposition: "bottom"
|
ui.bannerposition: "bottom"
|
||||||
|
|
||||||
|
@ -57,11 +57,13 @@ aws-efs-csi-driver:
|
|||||||
enabled: {{ default false (index .Values "storage" "aws-efs-csi-driver" "enabled")}}
|
enabled: {{ default false (index .Values "storage" "aws-efs-csi-driver" "enabled")}}
|
||||||
replicaCount: {{ ternary 2 1 .Values.global.highAvailable }}
|
replicaCount: {{ ternary 2 1 .Values.global.highAvailable }}
|
||||||
controller:
|
controller:
|
||||||
|
{{- with index .Values "storage" "aws-efs-csi-driver" "IamArn" }}
|
||||||
extraEnv:
|
extraEnv:
|
||||||
- name: AWS_ROLE_ARN
|
- name: AWS_ROLE_ARN
|
||||||
value: {{ index .Values "storage" "aws-efs-csi-driver" "IamArn" | quote }}
|
value: {{ . | quote }}
|
||||||
- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
||||||
value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
|
value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
# The EFS controller steel needs hostnetwork and cannot update on single node control planes otherwise
|
# The EFS controller steel needs hostnetwork and cannot update on single node control planes otherwise
|
||||||
{{- if not .Values.global.highAvailable }}
|
{{- if not .Values.global.highAvailable }}
|
||||||
|
Loading…
Reference in New Issue
Block a user