diff options
author | 2024-12-14 17:47:47 -0800 | |
---|---|---|
committer | 2024-12-14 18:27:46 -0800 | |
commit | 710e458d5cb176c26850e1d02b4f6a1721828f5b (patch) | |
tree | 2624c950e61ccb93ac089910eb7c7f6a69ccd84f | |
parent | d09f2069b49e61303f75f7c6cbd54a7aed26ec36 (diff) | |
download | helm-charts-710e458d5cb176c26850e1d02b4f6a1721828f5b.tar.gz helm-charts-710e458d5cb176c26850e1d02b4f6a1721828f5b.tar.zst helm-charts-710e458d5cb176c26850e1d02b4f6a1721828f5b.zip |
Bump `restic-operator` to 0.1.2
-rw-r--r-- | charts/restic-operator/Chart.yaml | 4 | ||||
-rw-r--r-- | charts/restic-operator/templates/crds/restic-operator-0.1.2.yaml (renamed from charts/restic-operator/templates/crds/restic-operator-0.1.1.yaml) | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/charts/restic-operator/Chart.yaml b/charts/restic-operator/Chart.yaml index 1d1653c..dae515f 100644 --- a/charts/restic-operator/Chart.yaml +++ b/charts/restic-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: restic-operator description: A Helm chart to deploy the restic-operator in Kubernetes type: application -version: 0.1.1 -appVersion: "0.1.1" +version: 0.1.2 +appVersion: "0.1.2" sources: - https://github.com/ansg191/charts diff --git a/charts/restic-operator/templates/crds/restic-operator-0.1.1.yaml b/charts/restic-operator/templates/crds/restic-operator-0.1.2.yaml index 7eef645..2254a8a 100644 --- a/charts/restic-operator/templates/crds/restic-operator-0.1.1.yaml +++ b/charts/restic-operator/templates/crds/restic-operator-0.1.2.yaml @@ -6,10 +6,12 @@ metadata: spec: group: restic.anshulg.com names: - categories: [] + categories: + - restic kind: Backup plural: backups - shortNames: [] + shortNames: + - rb singular: backup scope: Namespaced versions: @@ -2213,10 +2215,12 @@ metadata: spec: group: restic.anshulg.com names: - categories: [] + categories: + - restic kind: ScheduledBackup plural: scheduled-backups - shortNames: [] + shortNames: + - rsb singular: scheduledbackup scope: Namespaced versions: |