Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
- enum:
- Restic
- WalG
- Medusa
- VolumeSnapshotter
- Solr
- ClickHouseBackup
- Neo4jAdmin
type: string
executor:
enum:
Expand Down Expand Up @@ -1061,13 +1063,15 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
- enum:
- Restic
- WalG
- Medusa
- VolumeSnapshotter
- Solr
- ClickHouseBackup
- Neo4jAdmin
type: string
executor:
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
- enum:
- Restic
- WalG
- Medusa
- VolumeSnapshotter
- Solr
- ClickHouseBackup
- Neo4jAdmin
type: string
executor:
enum:
Expand Down Expand Up @@ -1068,13 +1070,15 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
- enum:
- Restic
- WalG
- Medusa
- VolumeSnapshotter
- Solr
- ClickHouseBackup
- Neo4jAdmin
type: string
executor:
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ spec:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ properties:
- Solr
- Medusa
- ClickHouseBackup
- Neo4jAdmin
type: string
jobTemplate:
properties:
Expand Down
6 changes: 4 additions & 2 deletions charts/corekubestashcom-backupconfiguration-editor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
annotations:
meta.x-helm.dev/editor: '{"group":"core.kubestash.com","version":"v1alpha1","resource":"backupconfigurations"}'
meta.x-helm.dev/resource-keys: coreKubestashComBackupConfiguration
meta.x-helm.dev/resources: "- group: core.kubestash.com\n kind: BackupConfiguration\n\
\ version: v1alpha1\n"
meta.x-helm.dev/resources: |
- group: core.kubestash.com
kind: BackupConfiguration
version: v1alpha1
apiVersion: v2
appVersion: v0.35.0
description: BackupConfiguration Editor
Expand Down
37 changes: 0 additions & 37 deletions charts/corekubestashcom-backupconfiguration-editor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,3 @@ resources:
metadata:
name: backup-app
namespace: demo
spec:
backends:
- name: default-backend
retentionPolicy:
name: keep-1wk
namespace: stash
storageRef:
name: default
namespace: stash
sessions:
- addon:
name: mysql-addon
tasks:
- name: logical-backup
name: full-backup
repositories:
- backend: default-backend
directory: demo/backup-app
encryptionSecret:
name: default-encryption-secret
namespace: stash
name: backup-app
scheduler:
jobTemplate:
backoffLimit: 1
template:
controller: {}
metadata: {}
spec:
resources: {}
schedule: '*/30 * * * *'
sessionHistoryLimit: 2
target:
apiGroup: kubedb.com
kind: MySQL
name: backup-app
namespace: demo
6 changes: 4 additions & 2 deletions charts/corekubestashcom-backupsession-editor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
annotations:
meta.x-helm.dev/editor: '{"group":"core.kubestash.com","version":"v1alpha1","resource":"backupsessions"}'
meta.x-helm.dev/resource-keys: coreKubestashComBackupSession
meta.x-helm.dev/resources: "- group: core.kubestash.com\n kind: BackupSession\n\
\ version: v1alpha1\n"
meta.x-helm.dev/resources: |
- group: core.kubestash.com
kind: BackupSession
version: v1alpha1
apiVersion: v2
appVersion: v0.35.0
description: BackupSession Editor
Expand Down
6 changes: 0 additions & 6 deletions charts/corekubestashcom-backupsession-editor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,3 @@ resources:
metadata:
name: backup-app
namespace: demo
spec:
invoker:
apiGroup: core.kubestash.com
kind: BackupConfiguration
name: ace-db
session: full-backup
6 changes: 4 additions & 2 deletions charts/corekubestashcom-restoresession-editor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
annotations:
meta.x-helm.dev/editor: '{"group":"core.kubestash.com","version":"v1alpha1","resource":"restoresessions"}'
meta.x-helm.dev/resource-keys: coreKubestashComRestoreSession
meta.x-helm.dev/resources: "- group: core.kubestash.com\n kind: RestoreSession\n\
\ version: v1alpha1\n"
meta.x-helm.dev/resources: |
- group: core.kubestash.com
kind: RestoreSession
version: v1alpha1
apiVersion: v2
appVersion: v0.35.0
description: RestoreSession Editor
Expand Down
20 changes: 0 additions & 20 deletions charts/corekubestashcom-restoresession-editor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,3 @@ resources:
metadata:
name: restore-app
namespace: demo
spec:
addon:
jobTemplate:
spec:
securityContext:
runAsUser: 1001880000
name: mongodb-addon
tasks:
- name: logical-backup-restore
dataSource:
encryptionSecret:
name: encrypt-secret
namespace: demo
repository: full-repo
snapshot: full-repo-mg-backup-full-mongo-1723451040
target:
apiGroup: kubedb.com
kind: MongoDB
name: app
namespace: demo
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ spec:
- WipeOut
- DoNotTerminate
type: string
disableAuth:
type: boolean
healthChecker:
default:
failureThreshold: 1
Expand Down Expand Up @@ -4756,9 +4758,6 @@ spec:
type: array
type: object
type: object
replicas:
format: int32
type: integer
serviceTemplates:
items:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ properties:
- WipeOut
- DoNotTerminate
type: string
disableAuth:
type: boolean
healthChecker:
default:
failureThreshold: 1
Expand Down Expand Up @@ -4770,9 +4772,6 @@ properties:
type: array
type: object
type: object
replicas:
format: int32
type: integer
serviceTemplates:
items:
properties:
Expand Down
4 changes: 0 additions & 4 deletions charts/kubedbcom-aerospike-editor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
annotations:
meta.x-helm.dev/editor: '{"group":"kubedb.com","version":"v1alpha2","resource":"aerospikes"}'
meta.x-helm.dev/resource-keys: autoscalingKubedbComAerospikeAutoscaler,kubedbComAerospike,secret_auth
meta.x-helm.dev/resources: "- group: \"\"\n kind: Secret\n version: v1\n- group:\
\ autoscaling.kubedb.com\n kind: AerospikeAutoscaler\n version: v1alpha1\n-\
\ group: kubedb.com\n kind: Aerospike\n version: v1alpha2\n"
apiVersion: v2
appVersion: v0.35.0
description: Aerospike Editor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ spec:
- WipeOut
- DoNotTerminate
type: string
disableAuth:
type: boolean
healthChecker:
default:
failureThreshold: 1
Expand Down Expand Up @@ -4756,9 +4758,6 @@ spec:
type: array
type: object
type: object
replicas:
format: int32
type: integer
serviceTemplates:
items:
properties:
Expand Down
Loading
Loading