mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-07-08 06:34:48 +00:00
fixup! Add packaged charts
This commit is contained in:
@@ -10,9 +10,9 @@ description: |
|
|||||||
|
|
||||||
type: application
|
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
|
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ spec:
|
|||||||
resources: {{- toYaml .Values.sa.manager.resources | nindent 10 }}
|
resources: {{- toYaml .Values.sa.manager.resources | nindent 10 }}
|
||||||
securityContext: {{- toYaml .Values.sa.manager.containerSecurityContext | nindent
|
securityContext: {{- toYaml .Values.sa.manager.containerSecurityContext | nindent
|
||||||
10 }}
|
10 }}
|
||||||
securityContext:
|
securityContext: {{- toYaml .Values.sa.podSecurityContext | nindent 8 }}
|
||||||
runAsNonRoot: true
|
|
||||||
serviceAccountName: {{ include "chart.fullname" . }}-sa
|
serviceAccountName: {{ include "chart.fullname" . }}-sa
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
@@ -9,6 +9,6 @@ spec:
|
|||||||
type: {{ .Values.saMetricsService.type }}
|
type: {{ .Values.saMetricsService.type }}
|
||||||
selector:
|
selector:
|
||||||
control-plane: sa
|
control-plane: sa
|
||||||
{{- include "chart.selectorLabels" . | nindent 4 }}
|
{{- include "chart.selectorLabels" . | nindent 4 }}
|
||||||
ports:
|
ports:
|
||||||
{{- .Values.saMetricsService.ports | toYaml | nindent 2 }}
|
{{- .Values.saMetricsService.ports | toYaml | nindent 2 }}
|
||||||
@@ -12,7 +12,7 @@ sa:
|
|||||||
- ALL
|
- ALL
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
|
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
|
||||||
tag: 0.2.17
|
tag: 0.2.22
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
@@ -20,6 +20,8 @@ sa:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
|
podSecurityContext:
|
||||||
|
runAsNonRoot: true
|
||||||
replicas: 1
|
replicas: 1
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|||||||
+41
-1
@@ -92,6 +92,46 @@ entries:
|
|||||||
- https://github.com/lukaszraczylo/helm-charts/releases/download/jobs-manager-0.0.24/jobs-manager-0.0.24.tgz
|
- https://github.com/lukaszraczylo/helm-charts/releases/download/jobs-manager-0.0.24/jobs-manager-0.0.24.tgz
|
||||||
version: 0.0.24
|
version: 0.0.24
|
||||||
kube-images-sync:
|
kube-images-sync:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: 0.2.22
|
||||||
|
created: "2024-12-20T11:09:35.902749Z"
|
||||||
|
description: 'A Helm chart for Kubernetes Images Sync Operator. Kubernetes Images
|
||||||
|
Sync Operator is responsible for backing up and restoring images from a Kubernetes
|
||||||
|
cluster. It''s ultimate goal is to provide synchonization of images between
|
||||||
|
multiple environments, quite often air-gapped. It compiles the list of images
|
||||||
|
currently present in the cluster and uploads them to the specified storage.
|
||||||
|
Whenever new CRD is created - it will try to figure out which images were already
|
||||||
|
uploaded and which are new and upload only the new ones to avoid repetition. '
|
||||||
|
digest: 770f0996de22b4001df829d6389bee81d508f6e66f85a249e2c4a5e586d0890e
|
||||||
|
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
|
||||||
|
maintainers:
|
||||||
|
- email: github-enquiries@raczylo.com
|
||||||
|
name: lukaszraczylo
|
||||||
|
name: kube-images-sync
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/lukaszraczylo/helm-charts/releases/download/kube-images-sync-0.2.22/kube-images-sync-0.2.22.tgz
|
||||||
|
version: 0.2.22
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: 0.2.20
|
||||||
|
created: "2024-12-20T11:09:35.695341Z"
|
||||||
|
description: 'A Helm chart for Kubernetes Images Sync Operator. Kubernetes Images
|
||||||
|
Sync Operator is responsible for backing up and restoring images from a Kubernetes
|
||||||
|
cluster. It''s ultimate goal is to provide synchonization of images between
|
||||||
|
multiple environments, quite often air-gapped. It compiles the list of images
|
||||||
|
currently present in the cluster and uploads them to the specified storage.
|
||||||
|
Whenever new CRD is created - it will try to figure out which images were already
|
||||||
|
uploaded and which are new and upload only the new ones to avoid repetition. '
|
||||||
|
digest: b30869a5355e3e6056086c9ddc3da7dca32e38bc0545525bf162b3dd7432e842
|
||||||
|
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
|
||||||
|
maintainers:
|
||||||
|
- email: github-enquiries@raczylo.com
|
||||||
|
name: lukaszraczylo
|
||||||
|
name: kube-images-sync
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/lukaszraczylo/helm-charts/releases/download/kube-images-sync-0.2.20/kube-images-sync-0.2.20.tgz
|
||||||
|
version: 0.2.20
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.2.17
|
appVersion: 0.2.17
|
||||||
created: "2024-09-12T00:34:17.607754+01:00"
|
created: "2024-09-12T00:34:17.607754+01:00"
|
||||||
@@ -492,4 +532,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/lukaszraczylo/helm-charts/releases/download/kube-images-sync-0.1.5/kube-images-sync-0.1.5.tgz
|
- https://github.com/lukaszraczylo/helm-charts/releases/download/kube-images-sync-0.1.5/kube-images-sync-0.1.5.tgz
|
||||||
version: 0.1.5
|
version: 0.1.5
|
||||||
generated: "2024-09-12T00:34:17.607842+01:00"
|
generated: "2024-12-20T11:09:35.903087Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user