1
0
mirror of https://github.com/k8sgpt-ai/k8sgpt.git synced 2025-05-09 00:27:42 +00:00

chore: updated

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
Alex Jones 2023-04-15 17:10:19 +01:00
parent ec2e7703c6
commit f0a0c9aebf
3 changed files with 7 additions and 2 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY: docker-build
IMG ?= ghcr.io/k8sgpt-ai/k8sgpt:latest
docker-build:
docker buildx build --build-arg=VERSION="$$(git describe --tags --abbrev=0)" --build-arg=COMMIT="$$(git rev-parse --short HEAD)" --build-arg DATE="$$(date +%FT%TZ)" --platform="linux/amd64,linux/arm64" -t ${IMG} -f container/Dockerfile . --push

View File

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: k8sgpt-container
image: ghcr.io/k8sgpt-ai/k8sgpt:v0.2.2
image: ghcr.io/k8sgpt-ai/k8sgpt:v0.2.2 #x-release-please-version
ports:
- containerPort: 8080
args: ["serve"]

View File

@ -11,7 +11,8 @@
"README.md",
"deploy/manifest.yaml",
"chart/Chart.yaml",
"chart/values.yaml"
"chart/values.yaml",
"container/manifests/deployment.yaml"
],
"changelog-sections": [
{