Skip to content

Commit 9779169

Browse files
committed
Upgrade bichon to 1.0
1 parent 07eaa4b commit 9779169

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

kubernetes/main/apps/renovate/renovate-operator/jobs/k8s-homelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
value: "Jeeves <jeeves@noreply.github.com>"
1818
- name: RENOVATE_PLATFORM_COMMIT
1919
value: enabled
20-
image: ghcr.io/renovatebot/renovate:43.180.0@sha256:64acc02b94a8d51f71f31de8045e62c06fcbeac441f7ef22ac0d9c6e3d0712e5
20+
image: ghcr.io/renovatebot/renovate:43.180.1@sha256:003b1706c1432d2c3fcb698e30e3274616bc8936e36e43eb1761461ea2409d29
2121
parallelism: 5
2222
provider:
2323
name: github

kubernetes/main/apps/self-hosted/bichon/app/helmrelease.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ spec:
1616
reloader.stakater.com/auto: "true"
1717
pod:
1818
securityContext:
19-
fsGroup: 2000
19+
fsGroup: 4000
2020
fsGroupChangePolicy: OnRootMismatch
21-
runAsGroup: 2000
21+
runAsGroup: 4000
2222
runAsNonRoot: true
23-
runAsUser: 2000
23+
runAsUser: 4000
2424
containers:
2525
app:
2626
image:
2727
repository: docker.io/rustmailer/bichon
28-
tag: 0.3.7@sha256:d88d4807689dcc22358d341b5ce66cb0783e74946857a32362c021a2e8154430
28+
tag: 1.0.0
2929
env:
3030
BICHON_HTTP_PORT: &httpPort 15630
3131
BICHON_LOG_LEVEL: info
@@ -34,6 +34,10 @@ spec:
3434
envFrom:
3535
- secretRef:
3636
name: bichon-secret
37+
# command:
38+
# - /usr/bin/bash
39+
# - -c
40+
# - sleep 2000000
3741
probes:
3842
liveness: &probes
3943
enabled: true

0 commit comments

Comments
 (0)