Skip to content

Commit

Permalink
make update-charts CHART_VERSION=4.1.7-v2
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Sep 19, 2020
1 parent 0756a9d commit c824566
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ chart-contents-%:
yq w -i ./charts/$*/doc.yaml chart.version --tag '!!str' $(CHART_VERSION); \
yq w -i ./charts/$*/doc.yaml release.name --tag '!!str' $(BIN)-$(CHART_VERSION); \
yq w -i ./docs/examples/backup/replicaset/backupconfiguration-replicaset.yaml spec.task.name --tag '!!str' mongodb-backup-$(CHART_VERSION); \
yq w -i ./docs/examples/backup/replicaset/standalone-backup.yaml spec.task.name --tag '!!str' mongodb-backup-$(CHART_VERSION); \
yq w -i -d2 ./docs/examples/backup/replicaset/standalone-backup.yaml spec.task.name --tag '!!str' mongodb-backup-$(CHART_VERSION); \
yq w -i ./docs/examples/backup/sharding/backupconfiguration-sharding.yaml spec.task.name --tag '!!str' mongodb-backup-$(CHART_VERSION); \
yq w -i ./docs/examples/backup/sharding/standalone-backup.yaml spec.task.name --tag '!!str' mongodb-backup-$(CHART_VERSION); \
yq w -i -d2 ./docs/examples/backup/sharding/standalone-backup.yaml spec.task.name --tag '!!str' mongodb-backup-$(CHART_VERSION); \
yq w -i ./docs/examples/backup/standalone/backupconfiguration.yaml spec.task.name --tag '!!str' mongodb-backup-$(CHART_VERSION); \
yq w -i ./docs/examples/restore/replicaset/restoresession-replicaset.yaml spec.task.name --tag '!!str' mongodb-restore-$(CHART_VERSION); \
yq w -i ./docs/examples/restore/replicaset/restoresession-standalone.yaml spec.task.name --tag '!!str' mongodb-restore-$(CHART_VERSION); \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: mongodb-backup-4.1.7
name: mongodb-backup-4.1.7-v2
repository:
name: gcs-repo-replicaset
target:
Expand Down
4 changes: 1 addition & 3 deletions docs/examples/backup/replicaset/standalone-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
secret:
name: sample-mgo-rs-auth
type: kubedb.com/mongodb

---
apiVersion: stash.appscode.com/v1alpha1
kind: Repository
Expand All @@ -25,7 +24,6 @@ spec:
bucket: appscode-qa
prefix: demo/mongodb/sample-mgo-rs/standalone
storageSecretName: gcs-secret

---
apiVersion: stash.appscode.com/v1beta1
kind: BackupConfiguration
Expand All @@ -35,7 +33,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: mongodb-backup-4.1.7
name: mongodb-backup-4.1.7-v2
repository:
name: gcs-repo-custom
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: mongodb-backup-4.1.7
name: mongodb-backup-4.1.7-v2
repository:
name: gcs-repo-sharding
target:
Expand Down
4 changes: 1 addition & 3 deletions docs/examples/backup/sharding/standalone-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
secret:
name: sample-mgo-sh-auth
type: kubedb.com/mongodb

---
apiVersion: stash.appscode.com/v1alpha1
kind: Repository
Expand All @@ -25,7 +24,6 @@ spec:
bucket: appscode-qa
prefix: demo/mongodb/sample-mgo-sh/standalone
storageSecretName: gcs-secret

---
apiVersion: stash.appscode.com/v1beta1
kind: BackupConfiguration
Expand All @@ -35,7 +33,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: mongodb-backup-4.1.7
name: mongodb-backup-4.1.7-v2
repository:
name: gcs-repo-custom
target:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/backup/standalone/backupconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: mongodb-backup-4.1.7
name: mongodb-backup-4.1.7-v2
repository:
name: gcs-repo
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: MongoDB
spec:
task:
name: mongodb-restore-4.1.7
name: mongodb-restore-4.1.7-v2
repository:
name: gcs-repo-replicaset
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: MongoDB
spec:
task:
name: mongodb-restore-4.1.7
name: mongodb-restore-4.1.7-v2
repository:
name: gcs-repo-custom
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: MongoDB
spec:
task:
name: mongodb-restore-4.1.7
name: mongodb-restore-4.1.7-v2
repository:
name: gcs-repo-sharding
target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: MongoDB
spec:
task:
name: mongodb-restore-4.1.7
name: mongodb-restore-4.1.7-v2
repository:
name: gcs-repo-custom
target:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/restore/standalone/restoresession.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: MongoDB
spec:
task:
name: mongodb-restore-4.1.7
name: mongodb-restore-4.1.7-v2
repository:
name: gcs-repo
target:
Expand Down

0 comments on commit c824566

Please sign in to comment.