From f7291691cc63d281234387c3178f96f1cdc4c251 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 26 Feb 2024 19:33:47 -0800 Subject: [PATCH] Update cluster-auth charts Signed-off-by: Tamal Saha --- charts/cluster-auth/Chart.yaml | 2 +- charts/cluster-auth/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cluster-auth/Chart.yaml b/charts/cluster-auth/Chart.yaml index 2dc2a0e8..8521bb54 100755 --- a/charts/cluster-auth/Chart.yaml +++ b/charts/cluster-auth/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Kubernetes cluster-auth by AppsCode name: cluster-auth version: v2024.2.25 -appVersion: v0.0.8 +appVersion: v0.0.1 home: https://github.com/bytebuilders/cluster-auth icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png sources: diff --git a/charts/cluster-auth/templates/deployment.yaml b/charts/cluster-auth/templates/deployment.yaml index 6bf0e6a5..e1ce8a11 100644 --- a/charts/cluster-auth/templates/deployment.yaml +++ b/charts/cluster-auth/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: {{- include "appscode.imagePullSecrets" . | nindent 6 }} serviceAccountName: {{ include "cluster-auth.serviceAccountName" . }} containers: - - name: server + - name: agent securityContext: {{- toYaml .Values.image.securityContext | nindent 10 }} image: {{ include "image.registry" . }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}