Skip to content

Commit

Permalink
Update cluster-auth charts
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 27, 2024
1 parent 356369a commit f729169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-auth/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f729169

Please sign in to comment.