Skip to content

Commit 371f3f9

Browse files
committed
Push to rancher repo
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
1 parent 1ea3be8 commit 371f3f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
tag: ${{ github.ref_name }}
3232
platforms: linux/amd64,linux/arm64
3333

34-
public-repo: rancher-sandbox
34+
public-repo: rancher
3535
public-username: ${{ env.DOCKER_USERNAME }}
3636
public-password: ${{ env.DOCKER_PASSWORD }}
3737
push-to-public: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TARGET_PLATFORMS ?= linux/amd64,linux/arm64
33

44
TAG ?= dev
5-
REPO ?= rancher-sandbox
5+
REPO ?= rancher
66
IMAGE ?= rancher-ai-llm-mock
77
IMAGE_NAME ?= $(REPO)/$(IMAGE):$(TAG)
88

chart/llm-mock/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
replicaCount: 1
22
image:
3-
repository: ghcr.io/rancher-sandbox/rancher-ai-llm-mock
3+
repository: ghcr.io/rancher/rancher-ai-llm-mock
44
tag: v1.1.10
55
pullPolicy: IfNotPresent
66
service:

0 commit comments

Comments
 (0)