Skip to content

Commit 7c33227

Browse files
authored
fix: pull image failed (#599)
1 parent 6de6369 commit 7c33227

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deploy/kubechat/templates/frontend_deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,4 @@ spec:
5151
ports:
5252
- containerPort: 80
5353
protocol: TCP
54-
imagePullSecrets:
55-
- name: docker-hub-secret
5654

deploy/kubechat/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
console:
1313
registry: docker.io
1414
repository: apecloud/kubechat-console
15-
tag: ""
15+
tag: "latest"
1616
website:
1717
registry: docker.io
1818
repository: apecloud/kubechat-website

0 commit comments

Comments
 (0)