mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-05 22:53:39 +00:00
3880af56a7
* Bring operator to the brand new world of build and deployments. * Clean up the code and basic improvements. * More fixes, moving from python to golang worker. * fixup! More fixes, moving from python to golang worker. * fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker.
22 lines
814 B
YAML
22 lines
814 B
YAML
apiVersion: v2
|
|
name: kube-images-sync
|
|
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.
|
|
Its ultimate goal is to provide synchronization 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 a 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.
|
|
|
|
type: application
|
|
|
|
version: 0.5.54
|
|
|
|
appVersion: "0.5.54"
|
|
|
|
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
|
|
|
|
maintainers:
|
|
- name: lukaszraczylo
|
|
email: github-enquiries@raczylo.com
|