Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Oct 2, 2023
1 parent 024cbdb commit fb3dd19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb3dd19

Please sign in to comment.