Skip to content

Commit

Permalink
Merge pull request #81 from HewlettPackard/release-v0.1.3
Browse files Browse the repository at this point in the history
Release v0.1.3
  • Loading branch information
ajfloeder authored Aug 22, 2024
2 parents b94a464 + 034c003 commit 78ce791
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.

# Builder stage for compiling go source code
FROM golang:1.21 as builder
FROM golang:1.21 AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion charts/lustre-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

deployment:
image: "ghcr.io/hewlettpackard/lustre-csi-driver"
tag: "0.1.2"
tag: "0.1.3"
6 changes: 3 additions & 3 deletions deploy/kubernetes/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ resources:
- driver.yaml
- plugin.yaml

#patchesStrategicMerge:
#- plugin_imagepullsecret_patch.yaml
#patches:
#- path: plugin_imagepullsecret_patch.yaml

images:
- name: controller
newName: ghcr.io/hewlettpackard/lustre-csi-driver
newTag: 0.1.2
newTag: 0.1.3
4 changes: 2 additions & 2 deletions deploy/kubernetes/overlays/kind/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ patches:
kind: DaemonSet
name: lustre-csi-node
patchesStrategicMerge:
- manager_tolerations_patch.yaml
- path: manager_tolerations_patch.yaml

4 changes: 2 additions & 2 deletions deploy/kubernetes/overlays/rabbit/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
resources:
- ../../base

patchesStrategicMerge:
- manager_tolerations_patch.yaml
patches:
- path: manager_tolerations_patch.yaml

0 comments on commit 78ce791

Please sign in to comment.