1 Commits
Author SHA1 Message Date
Renovate d42deca83b Update quay.io/openbao/openbao Docker tag to v2.6.0
ci/woodpecker/push/build-images Pipeline is running
2026-07-15 02:01:48 +00:00
13 changed files with 16 additions and 18 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ when:
steps: steps:
- name: Get registry creds from OpenBao - name: Get registry creds from OpenBao
image: quay.io/openbao/openbao:2.6.1 image: quay.io/openbao/openbao:2.6.0
environment: environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200 VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
ROLE_ID: ROLE_ID:
@@ -57,7 +57,7 @@ steps:
depends_on: ["Get registry creds from OpenBao"] depends_on: ["Get registry creds from OpenBao"]
- name: Invalidate OpenBao token - name: Invalidate OpenBao token
image: quay.io/openbao/openbao:2.6.1 image: quay.io/openbao/openbao:2.6.0
environment: environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200 VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
commands: commands:
+2 -2
View File
@@ -6,7 +6,7 @@ skip_clone: true
steps: steps:
- name: Get kubernetes access from OpenBao - name: Get kubernetes access from OpenBao
image: quay.io/openbao/openbao:2.6.1 image: quay.io/openbao/openbao:2.6.0
environment: environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200 VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
ROLE_ID: ROLE_ID:
@@ -41,7 +41,7 @@ steps:
commands: commands:
- flux reconcile source git flux-system - flux reconcile source git flux-system
- name: Invalidate OpenBao token - name: Invalidate OpenBao token
image: quay.io/openbao/openbao:2.6.1 image: quay.io/openbao/openbao:2.6.0
environment: environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200 VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
commands: commands:
+2 -2
View File
@@ -6,7 +6,7 @@ skip_clone: true
steps: steps:
- name: Get renovate token from OpenBao - name: Get renovate token from OpenBao
image: quay.io/openbao/openbao:2.6.1 image: quay.io/openbao/openbao:2.6.0
environment: environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200 VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
ROLE_ID: ROLE_ID:
@@ -35,7 +35,7 @@ steps:
- export GITHUB_COM_TOKEN=$(cat /woodpecker/github_com_token) - export GITHUB_COM_TOKEN=$(cat /woodpecker/github_com_token)
- /usr/local/sbin/renovate-entrypoint.sh renovate - /usr/local/sbin/renovate-entrypoint.sh renovate
- name: Invalidate OpenBao token - name: Invalidate OpenBao token
image: quay.io/openbao/openbao:2.6.1 image: quay.io/openbao/openbao:2.6.0
environment: environment:
VAULT_ADDR: https://openbao.lumpiasty.xyz:8200 VAULT_ADDR: https://openbao.lumpiasty.xyz:8200
commands: commands:
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: authentik chart: authentik
version: 2026.5.5 version: 2026.5.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: authentik name: authentik
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: immich chart: immich
version: 2.0.2 version: 2.0.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: secustor name: secustor
+2 -2
View File
@@ -8,7 +8,7 @@ spec:
interval: 24h interval: 24h
url: https://github.com/usekaneo/kaneo.git url: https://github.com/usekaneo/kaneo.git
ref: ref:
tag: v2.9.8 tag: v2.9.0
ignore: | ignore: |
# exclude all # exclude all
/* /*
@@ -54,7 +54,7 @@ spec:
kaneo: kaneo:
image: image:
tag: "2.9.8" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io tag: "2.9.0" # renovate: depName=ghcr.io/usekaneo/kaneo registryUrl=https://ghcr.io
env: env:
clientUrl: "https://kaneo.lumpiasty.xyz" clientUrl: "https://kaneo.lumpiasty.xyz"
disablePasswordRegistration: true disablePasswordRegistration: true
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: supervisord - name: supervisord
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:c7adeeac86ee39b1ce9cd68ff2487c586c4f469569d1aa08cdddae693248751c image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:f88d173bb455bb759400c3ef541c194583427693b91d17688fe6f2cb79adc3a9
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080
+1 -2
View File
@@ -1,10 +1,9 @@
FROM debian:13.6 FROM debian:13.5
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y --no-install-recommends\ RUN apt update && apt install -y --no-install-recommends\
curl wget vim \ curl wget vim \
ca-certificates \
build-essential cmake libvulkan-dev glslc spirv-headers libssl-dev git \ build-essential cmake libvulkan-dev glslc spirv-headers libssl-dev git \
mesa-utils mesa-vulkan-drivers \ mesa-utils mesa-vulkan-drivers \
supervisor \ supervisor \
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
chart: chart:
spec: spec:
chart: cilium chart: cilium
version: 1.19.6 version: 1.19.5
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: cilium name: cilium
+1 -1
View File
@@ -110,7 +110,7 @@ spec:
kubernetes.io/os: linux kubernetes.io/os: linux
containers: containers:
- name: coredns - name: coredns
image: registry.k8s.io/coredns/coredns:v1.14.6 image: registry.k8s.io/coredns/coredns:v1.14.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: ["-conf", "/etc/coredns/Corefile"] args: ["-conf", "/etc/coredns/Corefile"]
ports: ports:
+1 -1
View File
@@ -97,7 +97,7 @@ spec:
env: env:
- name: GOMEMLIMIT - name: GOMEMLIMIT
value: 161MiB value: 161MiB
image: registry.k8s.io/coredns/coredns:v1.14.6 image: registry.k8s.io/coredns/coredns:v1.14.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 5 failureThreshold: 5
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
chart: chart:
spec: spec:
chart: openbao chart: openbao
version: 0.28.5 version: 0.28.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: openbao name: openbao
@@ -28,4 +28,3 @@ machine:
# arrives too late. Work around using kernel args: # arrives too late. Work around using kernel args:
extraKernelArgs: extraKernelArgs:
- amdgpu.runpm=1 - amdgpu.runpm=1
- amdgpu.lockup_timeout=0,120000,0,0