diff --git a/Dockerfile b/Dockerfile index c156417..84ce995 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/charts/lustre-csi-driver/values.yaml b/charts/lustre-csi-driver/values.yaml index 6caf456..1b564ff 100644 --- a/charts/lustre-csi-driver/values.yaml +++ b/charts/lustre-csi-driver/values.yaml @@ -4,4 +4,4 @@ deployment: image: "ghcr.io/hewlettpackard/lustre-csi-driver" - tag: "0.1.2" + tag: "0.1.3" diff --git a/deploy/kubernetes/base/kustomization.yaml b/deploy/kubernetes/base/kustomization.yaml index a99ae0c..fa04b74 100644 --- a/deploy/kubernetes/base/kustomization.yaml +++ b/deploy/kubernetes/base/kustomization.yaml @@ -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 diff --git a/deploy/kubernetes/overlays/kind/kustomization.yaml b/deploy/kubernetes/overlays/kind/kustomization.yaml index 20734b2..19c988f 100644 --- a/deploy/kubernetes/overlays/kind/kustomization.yaml +++ b/deploy/kubernetes/overlays/kind/kustomization.yaml @@ -15,5 +15,5 @@ patches: kind: DaemonSet name: lustre-csi-node -patchesStrategicMerge: - - manager_tolerations_patch.yaml + - path: manager_tolerations_patch.yaml + diff --git a/deploy/kubernetes/overlays/rabbit/kustomization.yaml b/deploy/kubernetes/overlays/rabbit/kustomization.yaml index 92540a3..e748cae 100644 --- a/deploy/kubernetes/overlays/rabbit/kustomization.yaml +++ b/deploy/kubernetes/overlays/rabbit/kustomization.yaml @@ -2,5 +2,5 @@ resources: - ../../base -patchesStrategicMerge: - - manager_tolerations_patch.yaml \ No newline at end of file +patches: + - path: manager_tolerations_patch.yaml