mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-06-29 04:43:06 +00:00
fixup! Add packaged charts
This commit is contained in:
@@ -10,9 +10,9 @@ description: |
|
|||||||
|
|
||||||
type: application
|
type: application
|
||||||
|
|
||||||
version: 0.2.44
|
version: 0.4.1
|
||||||
|
|
||||||
appVersion: "0.2.44"
|
appVersion: "0.4.1"
|
||||||
|
|
||||||
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
|
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
|
||||||
|
|
||||||
|
|||||||
@@ -16,30 +16,21 @@ spec:
|
|||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
versions:
|
versions:
|
||||||
- additionalPrinterColumns:
|
- additionalPrinterColumns:
|
||||||
- jsonPath: .spec.exportName
|
|
||||||
name: Ref
|
|
||||||
type: string
|
|
||||||
- jsonPath: .spec.image
|
- jsonPath: .spec.image
|
||||||
name: Image
|
name: Image
|
||||||
type: string
|
type: string
|
||||||
- jsonPath: .spec.tag
|
|
||||||
name: Tag
|
|
||||||
type: string
|
|
||||||
- jsonPath: .spec.sha
|
|
||||||
name: SHA
|
|
||||||
type: string
|
|
||||||
- jsonPath: .spec.storage
|
- jsonPath: .spec.storage
|
||||||
name: Storage
|
name: Storage
|
||||||
type: string
|
type: string
|
||||||
- jsonPath: .spec.exportPath
|
- jsonPath: .spec.exportPath
|
||||||
name: Path
|
name: Path
|
||||||
type: string
|
type: string
|
||||||
- jsonPath: .status.progress
|
- jsonPath: .status.versionCount
|
||||||
name: Progress
|
name: Versions
|
||||||
type: string
|
|
||||||
- jsonPath: .status.retryCount
|
|
||||||
name: Retries
|
|
||||||
type: integer
|
type: integer
|
||||||
|
- jsonPath: .status.lastUpdated
|
||||||
|
name: Last Updated
|
||||||
|
type: date
|
||||||
- jsonPath: .metadata.creationTimestamp
|
- jsonPath: .metadata.creationTimestamp
|
||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
@@ -68,17 +59,19 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
description: ClusterImageSpec defines the desired state of ClusterImage
|
description: ClusterImageSpec defines the desired state of ClusterImage
|
||||||
properties:
|
properties:
|
||||||
exportName:
|
|
||||||
type: string
|
|
||||||
exportPath:
|
exportPath:
|
||||||
type: string
|
description: ExportPath defines the base path where images will be stored
|
||||||
fullName:
|
|
||||||
type: string
|
type: string
|
||||||
image:
|
image:
|
||||||
|
description: Image is the base name of the container image without tag/sha
|
||||||
type: string
|
type: string
|
||||||
imageNamespace:
|
imageNamespace:
|
||||||
|
description: ImageNamespace defines the namespace where the image is
|
||||||
|
located
|
||||||
type: string
|
type: string
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
description: ImagePullSecrets are references to secrets to use for pulling
|
||||||
|
images
|
||||||
items:
|
items:
|
||||||
description: |-
|
description: |-
|
||||||
LocalObjectReference contains enough information to let you locate the
|
LocalObjectReference contains enough information to let you locate the
|
||||||
@@ -99,24 +92,23 @@ spec:
|
|||||||
jobAnnotations:
|
jobAnnotations:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
description: JobAnnotations are optional annotations to add to export
|
||||||
|
jobs
|
||||||
type: object
|
type: object
|
||||||
sha:
|
|
||||||
type: string
|
|
||||||
storage:
|
storage:
|
||||||
|
description: Storage defines where the image should be stored
|
||||||
type: string
|
type: string
|
||||||
tag:
|
|
||||||
type: string
|
|
||||||
required:
|
|
||||||
- exportName
|
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: ClusterImageStatus defines the observed state of ClusterImage
|
description: ClusterImageStatus defines the observed state of ClusterImage
|
||||||
properties:
|
properties:
|
||||||
progress:
|
lastUpdated:
|
||||||
|
description: LastUpdated is when the last version was added/updated
|
||||||
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
retryCount:
|
versionCount:
|
||||||
default: 0
|
description: VersionCount is the number of versions tracked for this
|
||||||
description: default value is 0
|
image
|
||||||
type: integer
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
@@ -25,6 +25,12 @@ spec:
|
|||||||
- jsonPath: .status.progress
|
- jsonPath: .status.progress
|
||||||
name: Progress
|
name: Progress
|
||||||
type: string
|
type: string
|
||||||
|
- jsonPath: .status.completedImages
|
||||||
|
name: Images
|
||||||
|
type: string
|
||||||
|
- jsonPath: .status.totalImages
|
||||||
|
name: Total
|
||||||
|
type: string
|
||||||
- jsonPath: .metadata.creationTimestamp
|
- jsonPath: .metadata.creationTimestamp
|
||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
@@ -159,8 +165,14 @@ spec:
|
|||||||
status:
|
status:
|
||||||
description: ClusterImageExportStatus defines the observed state of ClusterImageExport
|
description: ClusterImageExportStatus defines the observed state of ClusterImageExport
|
||||||
properties:
|
properties:
|
||||||
|
completedImages:
|
||||||
|
description: Number of images that have completed export
|
||||||
|
type: integer
|
||||||
progress:
|
progress:
|
||||||
type: string
|
type: string
|
||||||
|
totalImages:
|
||||||
|
description: Total number of images to be exported
|
||||||
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
|
|||||||
@@ -5,6 +5,13 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "chart.labels" . | nindent 4 }}
|
{{- include "chart.labels" . | nindent 4 }}
|
||||||
rules:
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- events
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- patch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
@@ -50,6 +57,7 @@ rules:
|
|||||||
- raczylo.com
|
- raczylo.com
|
||||||
resources:
|
resources:
|
||||||
- '*'
|
- '*'
|
||||||
|
- clusterimageversions
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
- delete
|
- delete
|
||||||
@@ -62,12 +70,14 @@ rules:
|
|||||||
- raczylo.com
|
- raczylo.com
|
||||||
resources:
|
resources:
|
||||||
- '*/finalizers'
|
- '*/finalizers'
|
||||||
|
- clusterimageversions/finalizers
|
||||||
verbs:
|
verbs:
|
||||||
- update
|
- update
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- raczylo.com
|
- raczylo.com
|
||||||
resources:
|
resources:
|
||||||
- '*/status'
|
- '*/status'
|
||||||
|
- clusterimageversions/status
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- patch
|
- patch
|
||||||
|
|||||||
@@ -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.44
|
tag: 0.4.1
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
|
|||||||
+21
-1
@@ -92,6 +92,26 @@ 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.4.1
|
||||||
|
created: "2025-01-10T17:14:03.881141Z"
|
||||||
|
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: aed3bf38078744657b0bccd8033abdfd9c6d61f641b367640dbc23b355367e48
|
||||||
|
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.4.1/kube-images-sync-0.4.1.tgz
|
||||||
|
version: 0.4.1
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.2.44
|
appVersion: 0.2.44
|
||||||
created: "2025-01-10T15:53:39.187162Z"
|
created: "2025-01-10T15:53:39.187162Z"
|
||||||
@@ -892,4 +912,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: "2025-01-10T15:53:39.188206Z"
|
generated: "2025-01-10T17:14:03.881872Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user