diff --git a/manifests/gitea.yaml b/manifests/gitea.yaml index 48a2030..941bd70 100644 --- a/manifests/gitea.yaml +++ b/manifests/gitea.yaml @@ -47,7 +47,7 @@ spec: spec: containers: - name: git - image: gitea/gitea:1.12.2 + image: gitea/gitea:1.12.3 env: - name: APP_NAME value: "Git" diff --git a/manifests/harbor_chart.yaml b/manifests/harbor_chart.yaml index 4b5eefd..ce19198 100644 --- a/manifests/harbor_chart.yaml +++ b/manifests/harbor_chart.yaml @@ -23,7 +23,7 @@ spec: chart: repository: https://helm.goharbor.io name: harbor - version: 1.3.2 + version: 1.4.2 maxHistory: 4 skipCRDs: false valuesFrom: diff --git a/manifests/inlets.yaml b/manifests/inlets.yaml index cb0a734..3d1c89b 100644 --- a/manifests/inlets.yaml +++ b/manifests/inlets.yaml @@ -49,7 +49,7 @@ spec: spec: containers: - name: inlets - image: inlets/inlets:2.7.0 + image: inlets/inlets:2.7.4 imagePullPolicy: Always command: ["inlets"] args: diff --git a/manifests/linx-server.yaml b/manifests/linx-server.yaml index b51458f..541d79d 100644 --- a/manifests/linx-server.yaml +++ b/manifests/linx-server.yaml @@ -62,7 +62,7 @@ spec: spec: containers: - name: web - image: andreimarcu/linx-server:version-2.3.5 + image: andreimarcu/linx-server:version-2.3.6 imagePullPolicy: Always args: - -config diff --git a/manifests/loki_chart.yaml b/manifests/loki_chart.yaml index 4cb144c..0509fa1 100644 --- a/manifests/loki_chart.yaml +++ b/manifests/loki_chart.yaml @@ -22,7 +22,7 @@ spec: chart: repository: https://grafana.github.io/loki/charts name: loki-stack - version: 0.36.2 + version: 0.40.0 maxHistory: 4 skipCRDs: false values: diff --git a/manifests/nextcloud_chart.yaml b/manifests/nextcloud_chart.yaml index 22514a9..63fcba8 100644 --- a/manifests/nextcloud_chart.yaml +++ b/manifests/nextcloud_chart.yaml @@ -25,7 +25,7 @@ spec: chart: repository: https://kubernetes-charts.storage.googleapis.com name: nextcloud - version: 1.10.0 + version: 1.12.0 maxHistory: 5 valuesFrom: - secretKeyRef: diff --git a/manifests/nodered.yaml b/manifests/nodered.yaml index abee77a..41a4e63 100644 --- a/manifests/nodered.yaml +++ b/manifests/nodered.yaml @@ -73,7 +73,7 @@ spec: mountPath: /data containers: - name: web - image: nodered/node-red:1.1.2-12 + image: nodered/node-red:1.1.3-12 imagePullPolicy: Always ports: - containerPort: 1880