Skip to content

Commit 8380356

Browse files
committed
Build and publish images and charts in the nscale namespace
1 parent 4571a68 commit 8380356

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/publish-benchmark-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: image-meta
4545
uses: docker/metadata-action@v5
4646
with:
47-
images: ghcr.io/stackhpc/kube-perftest-${{ matrix.component }}
47+
images: ghcr.io/nscaledev/kube-perftest-${{ matrix.component }}
4848
# Produce the branch name or tag and the SHA as tags
4949
tags: |
5050
type=ref,event=branch

.github/workflows/publish-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: image-meta
3333
uses: docker/metadata-action@v5
3434
with:
35-
images: ghcr.io/stackhpc/kube-perftest-controller
35+
images: ghcr.io/nscaledev/kube-perftest-controller
3636
# Produce the branch name or tag and the SHA as tags
3737
tags: |
3838
type=ref,event=branch

chart/values.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Configuration for the operator
22
# For available options, see python/perftest/config.py
3-
config: {}
3+
config:
4+
defaultImagePrefix: ghcr.io/nscaledev/kube-perftest-
45

56
# The operator image to use
67
image:
7-
repository: ghcr.io/stackhpc/kube-perftest-controller
8+
repository: ghcr.io/nscaledev/kube-perftest-controller
89
pullPolicy: IfNotPresent
910
tag: "" # Defaults to appVersion
1011

0 commit comments

Comments
 (0)