File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44
44
id : image-meta
45
45
uses : docker/metadata-action@v5
46
46
with :
47
- images : ghcr.io/stackhpc /kube-perftest-${{ matrix.component }}
47
+ images : ghcr.io/nscaledev /kube-perftest-${{ matrix.component }}
48
48
# Produce the branch name or tag and the SHA as tags
49
49
tags : |
50
50
type=ref,event=branch
Original file line number Diff line number Diff line change 32
32
id : image-meta
33
33
uses : docker/metadata-action@v5
34
34
with :
35
- images : ghcr.io/stackhpc /kube-perftest-controller
35
+ images : ghcr.io/nscaledev /kube-perftest-controller
36
36
# Produce the branch name or tag and the SHA as tags
37
37
tags : |
38
38
type=ref,event=branch
Original file line number Diff line number Diff line change 1
1
# Configuration for the operator
2
2
# For available options, see python/perftest/config.py
3
- config : {}
3
+ config :
4
+ defaultImagePrefix : ghcr.io/nscaledev/kube-perftest-
4
5
5
6
# The operator image to use
6
7
image :
7
- repository : ghcr.io/stackhpc /kube-perftest-controller
8
+ repository : ghcr.io/nscaledev /kube-perftest-controller
8
9
pullPolicy : IfNotPresent
9
10
tag : " " # Defaults to appVersion
10
11
You can’t perform that action at this time.
0 commit comments