Skip to content

Commit

Permalink
fix: change image name
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzhangqi authored Nov 4, 2024
2 parents 4ea60a0 + ff81d6b commit 2dc0b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rbdcomponent_helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ items:
env:
- name: DB_TYPE
value: mysql
image: {{ .Values.Cluster.rainbondImageRepository }}/rainbond:{{ .Values.Cluster.installVersion }}-allinone
image: {{ .Values.Cluster.rainbondImageRepository }}/rainbond:{{ .Values.Cluster.installVersion }}
imagePullPolicy: {{ .Values.Cluster.imagePullPolicy }}
replicas: 1
priorityComponent: false
Expand Down

0 comments on commit 2dc0b04

Please sign in to comment.