Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add helm chart #318

Merged
merged 10 commits into from
Apr 27, 2023
Prev Previous commit
Next Next commit
release-please annotation for k8sgpt image
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Apr 27, 2023
commit ca89e7d2f8abab3b670d9224b0f7faff9db8542b
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
TylerGillson marked this conversation as resolved.
Show resolved Hide resolved
ports:
- containerPort: 8080
args: ["serve"]
Expand Down