2 Commits
0.3.1 ... 0.4.1

Author SHA1 Message Date
b5f95d3fc9 rename quay image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-02-03 12:47:47 +01:00
77d5158659 add helm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-02-03 12:45:40 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ steps:
build: build:
image: plugins/kaniko image: plugins/kaniko
settings: settings:
repo: quay.io/wollud1969/k8s-admin-helper repo: quay.io/wollud1969/woodpecker-helper
registry: quay.io registry: quay.io
tags: tags:
- latest - latest

View File

@ -4,7 +4,7 @@ ARG USER="user"
RUN \ RUN \
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk add --no-cache kubectl gpg gpg-agent bash trivy@testing curl && \ apk add --no-cache kubectl gpg gpg-agent bash trivy@testing curl helm && \
addgroup $USER && \ addgroup $USER && \
adduser -G $USER -D $USER adduser -G $USER -D $USER