Skip to content

Commit fa6c674

Browse files
committed
2 parents 155ed49 + 5e8bdf7 commit fa6c674

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

infrastructure/controllers/argocd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
helmCharts:
77
- name: argo-cd
88
repo: https://argoproj.github.io/argo-helm
9-
version: 8.0.14
9+
version: 8.0.17
1010
releaseName: "argocd"
1111
namespace: argocd
1212
valuesFile: values.yaml

infrastructure/controllers/cert-manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resources:
1010
helmCharts:
1111
- name: cert-manager
1212
repo: https://charts.jetstack.io
13-
version: v1.17.2
13+
version: v1.18.0
1414
releaseName: cert-manager
1515
namespace: cert-manager
1616
valuesFile: values.yaml

infrastructure/database/redis/operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
helmCharts:
1010
- name: redis
1111
repo: oci://registry-1.docker.io/bitnamicharts
12-
version: 21.2.0
12+
version: 21.2.3
1313
releaseName: redis
1414
namespace: redis
1515
includeCRDs: true

my-apps/development/it-tools/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: it-tools
22-
image: ghcr.io/sharevb/it-tools:nightly@sha256:27635a46fcbd9155d64bcf8b0b6d0705840acb5d63d3d90ce16eebf57ef4a055
22+
image: ghcr.io/sharevb/it-tools:nightly@sha256:aeb1ca8a53f67bc64c7960ef37b16dcaea9f8a3ae6848969c9ed4b160b398fb4
2323
env:
2424
- name: TZ
2525
value: America/Detroit

my-apps/media/hoarder/hoarder/deployment-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: web
17-
image: ghcr.io/karakeep-app/karakeep:0.24.1
17+
image: ghcr.io/karakeep-app/karakeep:0.25.0
1818
imagePullPolicy: Always
1919
ports:
2020
- containerPort: 3000

my-apps/privacy/searxng/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
restartPolicy: Always
2323
containers:
2424
- name: searxng
25-
image: searxng/searxng:latest@sha256:6873f96c525a077fd23244826584462d3f7a28211f510887fd3b5ce200ee3c20
25+
image: searxng/searxng:latest@sha256:6288308d7f2f34c4affb8625834063db2a1510dd643590d05728700210cae238
2626
resources:
2727
requests:
2828
memory: 100M

0 commit comments

Comments
 (0)