mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-17 23:36:50 +00:00
chore: updated
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
parent
ec2e7703c6
commit
f0a0c9aebf
4
Makefile
Normal file
4
Makefile
Normal 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
|
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: k8sgpt-container
|
- 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:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
args: ["serve"]
|
args: ["serve"]
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
"README.md",
|
"README.md",
|
||||||
"deploy/manifest.yaml",
|
"deploy/manifest.yaml",
|
||||||
"chart/Chart.yaml",
|
"chart/Chart.yaml",
|
||||||
"chart/values.yaml"
|
"chart/values.yaml",
|
||||||
|
"container/manifests/deployment.yaml"
|
||||||
],
|
],
|
||||||
"changelog-sections": [
|
"changelog-sections": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user