Skip to content

Commit

Permalink
Switch from nats 2.4.0 to 2.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 9, 2021
1 parent 30c5a63 commit 01bf7cf
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"name": "nats",
"versions": [
"2.4.0"
"2.6.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: nats-backup-2.4.0
name: nats-backup-2.6.1
spec:
args:
- backup-nats
Expand Down Expand Up @@ -33,7 +33,7 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: stashed/stash-nats:2.4.0
image: stashed/stash-nats:2.6.1
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: nats-backup-2.4.0
name: nats-backup-2.6.1
spec:
steps:
- name: nats-backup-2.4.0
- name: nats-backup-2.6.1
params:
- name: outputDir
value: /tmp/output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: nats-restore-2.4.0
name: nats-restore-2.6.1
spec:
args:
- restore-nats
Expand All @@ -26,7 +26,7 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: stashed/stash-nats:2.4.0
image: stashed/stash-nats:2.6.1
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: nats-restore-2.4.0
name: nats-restore-2.6.1
spec:
steps:
- name: nats-restore-2.4.0
- name: nats-restore-2.6.1
params:
- name: outputDir
value: /tmp/output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: 'nats-backup-2.4.0'
name: 'nats-backup-2.6.1'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
Expand Down Expand Up @@ -36,7 +36,7 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" . }}/stash-nats:2.4.0'
image: '{{ include "catalog.registry" . }}/stash-nats:2.6.1'
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: 'nats-backup-2.4.0'
name: 'nats-backup-2.6.1'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
steps:
- name: nats-backup-2.4.0
- name: nats-backup-2.6.1
params:
- name: outputDir
value: /tmp/output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: stash.appscode.com/v1beta1
kind: Function
metadata:
name: 'nats-restore-2.4.0'
name: 'nats-restore-2.6.1'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
Expand All @@ -29,7 +29,7 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" . }}/stash-nats:2.4.0'
image: '{{ include "catalog.registry" . }}/stash-nats:2.6.1'
volumeMounts:
- mountPath: /etc/repository/secret
name: ${secretVolume}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: stash.appscode.com/v1beta1
kind: Task
metadata:
name: 'nats-restore-2.4.0'
name: 'nats-restore-2.6.1'
labels:
{{- include "stash-catalog.labels" . | nindent 4 }}
spec:
steps:
- name: nats-restore-2.4.0
- name: nats-restore-2.6.1
params:
- name: outputDir
value: /tmp/output
Expand Down

0 comments on commit 01bf7cf

Please sign in to comment.