Skip to content

Commit

Permalink
chart use aliyun image
Browse files Browse the repository at this point in the history
  • Loading branch information
shaowenchen committed Aug 14, 2024
1 parent b273899 commit d5beb6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-acr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Deploy to ACR
on:
schedule:
- cron: "0 20 * * 1"
workflow_dispatch:
jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions charts/ops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
replicaCount: 1

image:
repository: shaowenchen/ops-controller-manager
repository: registry.cn-hangzhou.aliyuncs.com/shaowenchen/ops-controller-manager
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"

server:
image:
repository: shaowenchen/ops-server
repository: registry.cn-hangzhou.aliyuncs.com/shaowenchen/ops-server
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
Expand Down

0 comments on commit d5beb6b

Please sign in to comment.