Skip to content

Commit

Permalink
make update-charts CHART_VERSION=6.4.0-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 c6c3dd5 commit a55dd24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/examples/backup/backupconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "*/5 * * * *"
task:
name: elasticsearch-backup-6.4.0
name: elasticsearch-backup-6.4.0-v2
repository:
name: gcs-repo
target:
Expand All @@ -18,7 +18,7 @@ spec:
metadata:
name: stash-tmp-storage
spec:
accessModes: [ "ReadWriteOnce" ]
accessModes: ["ReadWriteOnce"]
storageClassName: "standard"
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/restore/restoresession.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
kubedb.com/kind: Elasticsearch # this label is mandatory if you are using KubeDB to deploy the database. Otherwise, Elasticsearch crd will be stuck in `Initializing` phase.
spec:
task:
name: elasticsearch-restore-6.4.0
name: elasticsearch-restore-6.4.0-v2
repository:
name: gcs-repo
target:
Expand All @@ -19,7 +19,7 @@ spec:
metadata:
name: stash-tmp-storage
spec:
accessModes: [ "ReadWriteOnce" ]
accessModes: ["ReadWriteOnce"]
storageClassName: "standard"
resources:
requests:
Expand Down

0 comments on commit a55dd24

Please sign in to comment.