Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
solidDoWant committed Jul 30, 2024
2 parents f31ca38 + e67f9cb commit bd24d58
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/development/gitea/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
values:
image:
repository: gitea/gitea
tag: 1.22.0
tag: 1.22.1
gitea:
config:
server:
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/development/gocd/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
# renovate: registryUrl=https://gocd.github.io/helm-chart
chart: gocd
version: 2.7.1
version: 2.8.1
sourceRef:
kind: HelmRepository
name: gocd-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/development/kiali/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
# renovate: registryUrl=https://kiali.org/helm-charts
chart: kiali-operator
version: 1.86.0
version: 1.87.0
sourceRef:
kind: HelmRepository
name: kiali-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/home-monitoring/actual/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
app:
image:
repository: ghcr.io/actualbudget/actual-server
tag: 24.6.0
tag: 24.7.0
probes:
liveness:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://kubernetes-sigs.github.io/node-feature-discovery/charts
chart: node-feature-discovery
version: 0.16.0
version: 0.16.2
sourceRef:
kind: HelmRepository
name: node-feature-discovery-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/reloader/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://stakater.github.io/stakater-charts
chart: reloader
version: 1.0.108
version: 1.0.116
sourceRef:
kind: HelmRepository
name: stakater-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/media/jellyfin/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
values:
image:
repository: linuxserver/jellyfin
tag: 10.9.7
tag: 10.9.8
command:
- /bin/bash
args:
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/monitoring/promtail/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
# renovate: registryUrl=https://grafana.github.io/helm-charts
chart: promtail
version: 6.16.0
version: 6.16.3
sourceRef:
kind: HelmRepository
name: grafana-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/cert-manager/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.jetstack.io/
chart: cert-manager
version: v1.15.0
version: v1.15.1
sourceRef:
kind: HelmRepository
name: jetstack-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.rook.io/release
chart: rook-ceph
version: v1.14.6
version: v1.14.8
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/rook-ceph/toolbox/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: rook-ceph-tools
# renovate: registryUrl=https://charts.rook.io/release chart=rook-ceph
image: rook/ceph:v1.14.6
image: rook/ceph:v1.14.8
command: ["/bin/bash"]
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion cluster/crds/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: registryUrl=https://charts.jetstack.io chart=cert-manager
- https://github.com/jetstack/cert-manager/releases/download/v1.15.0/cert-manager.crds.yaml
- https://github.com/jetstack/cert-manager/releases/download/v1.15.1/cert-manager.crds.yaml
2 changes: 1 addition & 1 deletion cluster/crds/node-feature-discovery/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: registryUrl=https://kubernetes-sigs.github.io/node-feature-discovery/charts chart=node-feature-discovery
- https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.16.0
- https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.16.2

0 comments on commit bd24d58

Please sign in to comment.