Skip to content

Commit

Permalink
feat(app): use harbor registry instead of ghcr
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Apr 22, 2024
1 parent 1460728 commit 7a541a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hello-world/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: hello-world
image: ghcr.io/do4-2022/openstack-k0s-apko/hello-world:ee5ffa6
image: harbor.apko.do-2021.fr/do4-2022/openstack-k0s-apko/hello-world:ee5ffa6
imagePullPolicy: IfNotPresent
env:
- name: GIN_MODE
Expand Down

0 comments on commit 7a541a9

Please sign in to comment.