We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea3be8 commit 371f3f9Copy full SHA for 371f3f9
3 files changed
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
tag: ${{ github.ref_name }}
32
platforms: linux/amd64,linux/arm64
33
34
- public-repo: rancher-sandbox
+ public-repo: rancher
35
public-username: ${{ env.DOCKER_USERNAME }}
36
public-password: ${{ env.DOCKER_PASSWORD }}
37
push-to-public: true
Makefile
@@ -2,7 +2,7 @@
2
TARGET_PLATFORMS ?= linux/amd64,linux/arm64
3
4
TAG ?= dev
5
-REPO ?= rancher-sandbox
+REPO ?= rancher
6
IMAGE ?= rancher-ai-llm-mock
7
IMAGE_NAME ?= $(REPO)/$(IMAGE):$(TAG)
8
chart/llm-mock/values.yaml
@@ -1,6 +1,6 @@
1
replicaCount: 1
image:
- repository: ghcr.io/rancher-sandbox/rancher-ai-llm-mock
+ repository: ghcr.io/rancher/rancher-ai-llm-mock
tag: v1.1.10
pullPolicy: IfNotPresent
service:
0 commit comments