Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.3 #81

Merged
merged 4 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading