fixup! Add packaged charts

This commit is contained in:
2024-12-20 11:12:20 +00:00
parent 52838f5245
commit adf7dbdd17
5 changed files with 49 additions and 8 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ description: |
type: application
version: 0.2.17
version: 0.2.22
appVersion: "0.2.17"
appVersion: "0.2.22"
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
@@ -48,7 +48,6 @@ spec:
resources: {{- toYaml .Values.sa.manager.resources | nindent 10 }}
securityContext: {{- toYaml .Values.sa.manager.containerSecurityContext | nindent
10 }}
securityContext:
runAsNonRoot: true
securityContext: {{- toYaml .Values.sa.podSecurityContext | nindent 8 }}
serviceAccountName: {{ include "chart.fullname" . }}-sa
terminationGracePeriodSeconds: 10
@@ -9,6 +9,6 @@ spec:
type: {{ .Values.saMetricsService.type }}
selector:
control-plane: sa
{{- include "chart.selectorLabels" . | nindent 4 }}
{{- include "chart.selectorLabels" . | nindent 4 }}
ports:
{{- .Values.saMetricsService.ports | toYaml | nindent 2 }}
{{- .Values.saMetricsService.ports | toYaml | nindent 2 }}
+3 -1
View File
@@ -12,7 +12,7 @@ sa:
- ALL
image:
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
tag: 0.2.17
tag: 0.2.22
resources:
limits:
cpu: 500m
@@ -20,6 +20,8 @@ sa:
requests:
cpu: 10m
memory: 64Mi
podSecurityContext:
runAsNonRoot: true
replicas: 1
serviceAccount:
annotations: {}