Skip to content

Commit

Permalink
Release tag update
Browse files Browse the repository at this point in the history
Signed-off-by: sushanthakumar <[email protected]>
  • Loading branch information
sushanthakumar committed Feb 14, 2024
1 parent 493048f commit 0d9dd21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/volumeprovider/csi-snapshot-provider-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ spec:
spec:
serviceAccountName: kahu-csi-snapshotter-provider
containers:
- image: sodacdm/kahu-csi-snapshotter-provider:v1.1.1
- image: sodacdm/kahu-csi-snapshotter-provider:v1.2.0
imagePullPolicy: IfNotPresent
name: csi-snapshotter-driver
command: ["/usr/local/bin/csi-snapshotter"]
volumeMounts:
- name: socket
mountPath: "/tmp"
- image: sodacdm/kahu-volume-service:v1.1.1
- image: sodacdm/kahu-volume-service:v1.2.0
imagePullPolicy: IfNotPresent
name: volume-service
command: ["/usr/local/bin/volume-service"]
Expand Down
2 changes: 1 addition & 1 deletion deploy/yamls/controllers/backup_restore_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
serviceAccountName: kahu
containers:
- image: sodacdm/kahu-controller-manager:v1.1.1
- image: sodacdm/kahu-controller-manager:v1.2.0
imagePullPolicy: IfNotPresent
name: backup
command: ["/usr/local/bin/controller-manager"]
Expand Down
4 changes: 2 additions & 2 deletions deploy/yamls/nfsprovider/nfs-provider-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
serviceAccountName: kahu-nfs-provider
containers:
- image: sodacdm/kahu-nfs-provider:v1.1.1
- image: sodacdm/kahu-nfs-provider:v1.2.0
imagePullPolicy: IfNotPresent
name: nfs-driver
command: ["/usr/local/bin/nfs-provider"]
Expand All @@ -46,7 +46,7 @@ spec:
mountPath: "/data"
- name: socket
mountPath: "/tmp"
- image: sodacdm/kahu-meta-service:v1.1.1
- image: sodacdm/kahu-meta-service:v1.2.0
imagePullPolicy: IfNotPresent
name: meta-service
command: ["/usr/local/bin/meta-service"]
Expand Down

0 comments on commit 0d9dd21

Please sign in to comment.