Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 08a3f76 commit ae6fb6e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VAGRANT_DIR := ./vagrant
ENVIRONMENT := production
STEP := site
# renovate: datasource=github-releases depName=mike-engel/jwt-cli
JWT_VERSION := 6.1.1
JWT_VERSION := 6.2.0

ifndef VERBOSE
MAKEFLAGS += --no-print-directory
Expand Down
4 changes: 2 additions & 2 deletions ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible>=10.4,<10.5
ansible-lint>=24.9,<24.10
ansible>=10.6,<10.7
ansible-lint>=24.10,<24.11
kubernetes>=31,<31.1
kubernetes-validate>=1.31,<1.32
4 changes: 2 additions & 2 deletions ansible/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collections:
- name: community.general
version: 9.4.0
version: 9.5.1
- name: ansible.posix
version: 1.6.0
version: 1.6.2
- name: kubernetes.core
version: 5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: external-secrets
version: "0.10.4"
version: "0.10.7"
sourceRef:
kind: HelmRepository
name: external-secrets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: reloader
version: "1.1.0"
version: "1.2.0"
sourceRef:
kind: HelmRepository
name: stakater
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/core/common/base/traefik/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: traefik
version: "32.0.0"
version: "32.1.1"
sourceRef:
kind: HelmRepository
name: traefik
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/crds/common/external-secrets/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
url: https://github.com/external-secrets/external-secrets
ref:
tag: v0.10.4
tag: v0.10.7
interval: 15m
ignore: |
# exclude all
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/crds/common/traefik/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
url: https://github.com/traefik/traefik-helm-chart
ref:
tag: v32.0.0
tag: v32.1.1
interval: 15m
ignore: |
# exclude all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: victoria-metrics-k8s-stack
version: "0.25.17"
version: "0.29.1"
sourceRef:
kind: HelmRepository
name: victoriametrics
Expand Down Expand Up @@ -50,7 +50,7 @@ spec:
fullnameOverride: victoria-metrics-operator
image:
repository: victoriametrics/operator
tag: v0.48.1
tag: v0.50.0

operator:
enable_converter_ownership: true
Expand Down

0 comments on commit ae6fb6e

Please sign in to comment.