diff --git a/Dockerfile b/Dockerfile index 3a08bcf9..83e8d64e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.20.8 as builder +FROM --platform=$BUILDPLATFORM golang:1.20.8-bullseye as builder ARG STAGINGVERSION ARG TARGETPLATFORM diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 8c75338d..ed800823 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 1.2.0 -appVersion: "v1.2.0" +version: 1.3.0 +appVersion: "v1.3.0" description: GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support name: gcp-compute-persistent-disk-csi-driver diff --git a/charts/values.yaml b/charts/values.yaml index 8083b193..71124e5a 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -22,7 +22,7 @@ image: gcepdDriver: repo: ghcr.io/edgelesssys/constellation/gcp-csi-driver # CSI driver version is independent of Constellation releases - tag: v1.2.0@sha256:84810096ab2244c77eeeab4c03445df69949e23f7f40d84bc434f122997a5692 + tag: v1.3.0-rc1@sha256:82a5ba87aabe16a7fd5b0de4658abe46ae5b3f08461cb317df7d0b1058dc6da8 pullPolicy: IfNotPresent csiController: