Skip to content

Commit

Permalink
[.github/actions/release] use latest gen23 image as spark base image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4ck404 authored Jul 11, 2024
1 parent b0f3ed0 commit 848e664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)

VERSION = $(shell git rev-parse --short=7 HEAD)
IMAGE_NAME = spark-operator
SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.4-gen20
TAG = $(VERSION)-gen20
SPARK_BASE_IMAGE = gcr.io/ocean-spark/spark:platform-3.4-gen23-rc11
TAG = $(VERSION)-gen23-rc11
SPARK_BASE_IMAGE_RH = public.ecr.aws/f4k1p1n4/spark:netapp-spark-support-image-v3.5-rel20240315
TAG_RH = $(VERSION)-ubi9-rel20240315

Expand Down

0 comments on commit 848e664

Please sign in to comment.