Skip to content

Commit

Permalink
release-please annotation for k8sgpt image
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Apr 26, 2023
1 parent c5f7790 commit 2783e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8sgpt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
containers:
- name: k8sgpt-container
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
image: {{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag | default .Chart.AppVersion }}
image: {{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag | default .Chart.AppVersion }} #x-release-please-version
ports:
- containerPort: 8080
args: ["serve"]
Expand Down

0 comments on commit 2783e4d

Please sign in to comment.