Skip to content

Commit

Permalink
fix: renovate image tag in helmrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Mar 12, 2024
1 parent 13d4676 commit f2fc596
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions amethyst/kubernetes/cloudflared/cloudflared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
rollingUpdate:
unavailable: 1
image:
# renovate:
repository: cloudflare/cloudflared
tag: 2023.8.2
args:
Expand Down
4 changes: 4 additions & 0 deletions amethyst/kubernetes/mydata/immich/app/immich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
maxHistory: 1
values:
image:
# renovate:
repository: ghcr.io/immich-app/immich-web
tag: v1.71.0
env:
Expand Down Expand Up @@ -86,6 +87,7 @@ spec:
controller:
strategy: RollingUpdate
image:
# renovate:
repository: ghcr.io/immich-app/immich-server
tag: v1.71.0
command: ["./start.sh", "immich"]
Expand Down Expand Up @@ -192,6 +194,7 @@ spec:
controller:
strategy: RollingUpdate
image:
# renovate:
repository: ghcr.io/immich-app/immich-server
tag: v1.71.0
command: ["./start.sh", "microservices"]
Expand Down Expand Up @@ -290,6 +293,7 @@ spec:
maxHistory: 1
values:
image:
# renovate:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.71.0
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
type: statefulset
replicas: 1
image:
# renovate:
repository: ghcr.io/dragonflydb/dragonfly
tag: v1.6.2
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
type: deployment
replicas: 1
image:
# renovate:
repository: typesense/typesense
tag: 0.24.1

Expand Down
1 change: 1 addition & 0 deletions amethyst/kubernetes/mydata/navidrome/navidrome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
maxHistory: 1
values:
image:
# renovate:
repository: deluan/navidrome
tag: 0.48.0

Expand Down
2 changes: 1 addition & 1 deletion amethyst/kubernetes/mydata/nextcloud/app/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ spec:
rollingUpdate:
unavailable: 1
image:
# renovate:
repository: nextcloud
tag: 25.0.9-apache

serviceAccount:
create: true
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
type: statefulset
replicas: 1
image:
# renovate:
repository: ghcr.io/dragonflydb/dragonfly
tag: v1.6.2
args:
Expand Down
1 change: 1 addition & 0 deletions amethyst/kubernetes/smart-exporter/smart-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
controller:
type: daemonset
image:
# renovate:
repository: matusnovak/prometheus-smartctl
tag: v2.2.0
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
replicas: 1
strategy: RollingUpdate
image:
# renovate:
repository: prom/snmp-exporter
tag: v0.24.1
args:
Expand Down
1 change: 1 addition & 0 deletions amethyst/kubernetes/unifi-controller/unifi-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
replicas: 1
strategy: Recreate
image:
# renovate:
repository: jacobalberty/unifi
tag: v7.5

Expand Down
1 change: 1 addition & 0 deletions amethyst/kubernetes/unpoller/unpoller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spec:
controller:
replicas: 1
image:
# renovate:
repository: ghcr.io/unpoller/unpoller
tag: v2.9.2
command: ["unpoller", "--config", "/config/unpoller.yaml"]
Expand Down
1 change: 1 addition & 0 deletions amethyst/kubernetes/vaultwarden/vaultwarden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
maxHistory: 1
values:
image:
# renovate:
repository: ghcr.io/dani-garcia/vaultwarden
tag: 1.29.0-alpine

Expand Down
1 change: 1 addition & 0 deletions amethyst/kubernetes/vector/vector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
replicas: 2
strategy: RollingUpdate
image:
# renovate:
repository: timberio/vector
tag: 0.33.0-distroless-libc
podAnnotations:
Expand Down
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
"# renovate: registryUrl=(?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *version: (?<currentValue>.*?)\n"
]
},
{
// HelmRelease image tag
"fileMatch": [".*\\.yaml$"],
"datasourceTemplate": "docker",
"matchStrings": [
"# renovate:\n *repository: (?<depName>.*?)\n *tag: (?<currentValue>.*?)\n"
]
},
{
// OCI based HelmRelease
"fileMatch": [".*\\.yaml$"],
Expand Down

0 comments on commit f2fc596

Please sign in to comment.