Compare commits

...

2 commits

Author SHA1 Message Date
Thomas Renger f9330eff0b Update versions
Some checks failed
ci/woodpecker/push/docker Pipeline failed
2023-11-06 17:49:44 +01:00
Thomas Renger 2b6b04863b Ignore .DS_Store 2023-11-06 17:49:26 +01:00
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -20,3 +20,4 @@
.secrets
build/*
.DS_Store

View file

@ -1,11 +1,11 @@
pipeline:
test:
image: golang:1.13
image: golang:1.20
commands:
- go test ./cmd/... ./internal/...
- go vet ./cmd/... ./internal/...
build:
image: golang:1.13
image: golang:1.20
commands:
- GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o build/drone-helm cmd/drone-helm/main.go
docker:

View file

@ -1,4 +1,4 @@
FROM alpine/helm:3.12.3
FROM alpine/helm:3.13.1
COPY build/drone-helm /bin/drone-helm
COPY assets/kubeconfig.tpl /root/.kube/config.tpl