Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update salamandre cluster #24

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: cert-manager
version: "1.15.3"
version: "v1.16.2"
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: cloudnative-pg
version: "0.22.0"
version: "0.23.0"
sourceRef:
kind: HelmRepository
name: cloudnative-pg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: vault
version: "0.28.1"
version: "0.29.1"
sourceRef:
kind: HelmRepository
name: hashicorp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: zitadel
version: "8.5.0"
version: "8.11.1"
sourceRef:
kind: HelmRepository
name: zitadel
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/crds/salamandre/cloudnative-pg/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
url: https://github.com/cloudnative-pg/cloudnative-pg
ref:
tag: v1.24.0
tag: v1.25.0
interval: 15m
ignore: |
# exclude all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
subPath: "config.yaml"
- name: daemon
# renovate: datasource=docker image=docker
image: docker:27.3.1-dind-rootless
image: docker:27.4.1-dind-rootless
env:
- name: DOCKER_TLS_CERTDIR
value: /certs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: nextcloud
version: "6.0.3"
version: "6.6.2"
sourceRef:
kind: HelmRepository
name: nextcloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: collabora-code
# renovate: datasource=docker image=collabora/code
image: collabora/code:24.04.7.2.1
image: collabora/code:24.04.11.1.1
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: *name
# renovate: datasource=docker image=vaultwarden/server
image: vaultwarden/server:1.32.0-alpine
image: vaultwarden/server:1.32.7-alpine
imagePullPolicy: &imagePolicy IfNotPresent
envFrom: &envFrom
- configMapRef:
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
name: data-storage
initContainers:
- name: update-config
image: vaultwarden/server:1.32.0-alpine
image: vaultwarden/server:1.32.7-alpine
imagePullPolicy: *imagePolicy
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: mailhog
version: "5.2.3"
version: "5.7.0"
sourceRef:
kind: HelmRepository
name: codecentric
Expand Down
Loading