Skip to content

Commit 66f0774

Browse files
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
2 parents 7595928 + cb447bc commit 66f0774

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

apps/mealie/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
type: "RuntimeDefault"
3434
containers:
3535
- name: mealie
36-
image: "ghcr.io/mealie-recipes/mealie:v1.12.0"
36+
image: "ghcr.io/mealie-recipes/mealie:v2.2.0"
3737
imagePullPolicy: IfNotPresent
3838
env:
3939
- name: "TZ"

apps/monitoring/kube-state-metrics/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
seccompProfile:
3232
type: "RuntimeDefault"
3333
containers:
34-
- image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.13.0"
34+
- image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0"
3535
name: "kube-state-metrics"
3636
ports:
3737
- containerPort: 8080

apps/monitoring/prometheus/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
type: RuntimeDefault
3636
containers:
3737
- name: prometheus
38-
image: quay.io/prometheus/prometheus:v2.55.0
38+
image: quay.io/prometheus/prometheus:v2.55.1
3939
args:
4040
- "--storage.tsdb.retention.time=24h"
4141
- "--storage.tsdb.path=/prometheus/"

apps/monitoring/victoriametrics/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
type: RuntimeDefault
4242
containers:
4343
- name: victoriametrics
44-
image: victoriametrics/victoria-metrics:v1.105.0
44+
image: victoriametrics/victoria-metrics:v1.106.0
4545
imagePullPolicy: IfNotPresent
4646
args:
4747
- "--storageDataPath=/storage"

apps/mysqld-exporter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
type: "RuntimeDefault"
2828
containers:
2929
- name: "mysqld-exporter"
30-
image: "prom/mysqld-exporter:v0.15.1"
30+
image: "prom/mysqld-exporter:v0.16.0"
3131
args:
3232
- "--mysqld.address=mariadb:3306"
3333
env:

apps/paperless-ngx/paperless-ngx-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
type: "RuntimeDefault"
3030
containers:
3131
- name: "paperless-ngx"
32-
image: "ghcr.io/paperless-ngx/paperless-ngx:2.13.1"
32+
image: "ghcr.io/paperless-ngx/paperless-ngx:2.13.5"
3333
imagePullPolicy: "IfNotPresent"
3434
resources:
3535
requests:

apps/renovatebot/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
seccompProfile:
2727
type: "RuntimeDefault"
2828
containers:
29-
- image: "renovate/renovate:38.131.1"
29+
- image: "renovate/renovate:38.142.7"
3030
name: "renovate"
3131
env:
3232
- name: "RENOVATE_BASE_DIR"

0 commit comments

Comments
 (0)