Skip to content

Commit 8dc8cf2

Browse files
committed
Update templated files to rev 69c013d (#193)
Automatically created PR based on commit 69c013d95e7a4dbb89804f39dd245030b82ef0aa in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: razvan with message [Switch the organisation back to stackable]
1 parent f973ff9 commit 8dc8cf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ OPERATOR_NAME := spark-k8s-operator
1414
VERSION := $(shell cargo metadata --format-version 1 | jq -r '.packages[] | select(.name=="stackable-${OPERATOR_NAME}") | .version')
1515

1616
DOCKER_REPO := docker.stackable.tech
17-
# TODO replace this with "stackable" before final-final go-live!
18-
ORGANIZATION := sandbox/test
17+
ORGANIZATION := stackable
1918
# this will be overwritten by an environmental variable if called from the github action
2019
HELM_REPO := https://repo.stackable.tech/repository/helm-dev
2120
HELM_CHART_ARTIFACT := target/helm/${OPERATOR_NAME}-${VERSION}.tgz

0 commit comments

Comments
 (0)