diff options
-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: |