diff --git a/k8s/shared/apps/fleetdm/helm-release.yaml b/k8s/shared/apps/fleetdm/helm-release.yaml index 23c02d3b4..21d6804bc 100644 --- a/k8s/shared/apps/fleetdm/helm-release.yaml +++ b/k8s/shared/apps/fleetdm/helm-release.yaml @@ -12,7 +12,7 @@ spec: chart: spec: chart: fleet - version: v6.3.0 + version: v6.3.2 sourceRef: kind: HelmRepository name: fleetdm diff --git a/k8s/shared/apps/open-webui/helm-release.yaml b/k8s/shared/apps/open-webui/helm-release.yaml index 628230f21..8241b8866 100644 --- a/k8s/shared/apps/open-webui/helm-release.yaml +++ b/k8s/shared/apps/open-webui/helm-release.yaml @@ -15,7 +15,7 @@ spec: chart: spec: chart: open-webui - version: 5.0.0 + version: 5.2.0 sourceRef: kind: HelmRepository name: open-webui diff --git a/k8s/shared/apps/plantuml/helm-release.yaml b/k8s/shared/apps/plantuml/helm-release.yaml index 922f1ad86..ef403743f 100644 --- a/k8s/shared/apps/plantuml/helm-release.yaml +++ b/k8s/shared/apps/plantuml/helm-release.yaml @@ -12,7 +12,7 @@ spec: chart: spec: chart: plantuml - version: 3.35.0 + version: 3.36.0 sourceRef: kind: HelmRepository name: plantuml diff --git a/k8s/shared/infrastructure/cluster-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml index 42fee7186..ea76d0cf2 100644 --- a/k8s/shared/infrastructure/cluster-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml +++ b/k8s/shared/infrastructure/cluster-policies/samples/other/inject-sidecar-deployment/inject-sidecar-deployment.yaml @@ -31,14 +31,14 @@ spec: spec: containers: - name: vault-agent - image: vault:1.5.4 + image: vault:1.13.3 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /vault/secrets name: vault-secret initContainers: - name: vault-agent-init - image: vault:1.5.4 + image: vault:1.13.3 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /vault/secrets diff --git a/k8s/shared/infrastructure/cluster-policies/samples/other/update-image-tag/update-image-tag.yaml b/k8s/shared/infrastructure/cluster-policies/samples/other/update-image-tag/update-image-tag.yaml index b890dca7e..5f7b7f5c8 100644 --- a/k8s/shared/infrastructure/cluster-policies/samples/other/update-image-tag/update-image-tag.yaml +++ b/k8s/shared/infrastructure/cluster-policies/samples/other/update-image-tag/update-image-tag.yaml @@ -39,4 +39,4 @@ spec: spec: containers: - (name): vault-agent - image: vault:1.5.4 + image: vault:1.13.3 diff --git a/k8s/shared/infrastructure/controllers/cert-manager/helm-release.yaml b/k8s/shared/infrastructure/controllers/cert-manager/helm-release.yaml index 9a1044f74..01bc8d49d 100644 --- a/k8s/shared/infrastructure/controllers/cert-manager/helm-release.yaml +++ b/k8s/shared/infrastructure/controllers/cert-manager/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: cert-manager - version: v1.16.2 + version: v1.16.3 sourceRef: kind: HelmRepository name: cert-manager diff --git a/k8s/shared/infrastructure/controllers/reloader/helm-release.yaml b/k8s/shared/infrastructure/controllers/reloader/helm-release.yaml index 87c67af83..4daf8a733 100644 --- a/k8s/shared/infrastructure/controllers/reloader/helm-release.yaml +++ b/k8s/shared/infrastructure/controllers/reloader/helm-release.yaml @@ -12,7 +12,7 @@ spec: chart: spec: chart: reloader - version: 1.2.0 + version: 1.2.1 sourceRef: kind: HelmRepository name: reloader diff --git a/k8s/shared/infrastructure/controllers/testkube/helm-release.yaml b/k8s/shared/infrastructure/controllers/testkube/helm-release.yaml index 581581db3..c56db2a4c 100644 --- a/k8s/shared/infrastructure/controllers/testkube/helm-release.yaml +++ b/k8s/shared/infrastructure/controllers/testkube/helm-release.yaml @@ -12,7 +12,7 @@ spec: chart: spec: chart: testkube - version: 2.1.113 + version: 2.1.123 sourceRef: kind: HelmRepository name: testkube diff --git a/k8s/shared/infrastructure/harbor/helm-release.yaml b/k8s/shared/infrastructure/harbor/helm-release.yaml index e8c88d91d..1a3187266 100644 --- a/k8s/shared/infrastructure/harbor/helm-release.yaml +++ b/k8s/shared/infrastructure/harbor/helm-release.yaml @@ -12,7 +12,7 @@ spec: chart: spec: chart: harbor - version: 24.1.4 + version: 24.1.6 sourceRef: kind: HelmRepository name: harbor diff --git a/k8s/shared/infrastructure/oauth2-proxy/helm-release.yaml b/k8s/shared/infrastructure/oauth2-proxy/helm-release.yaml index 582eb033b..153112ba2 100644 --- a/k8s/shared/infrastructure/oauth2-proxy/helm-release.yaml +++ b/k8s/shared/infrastructure/oauth2-proxy/helm-release.yaml @@ -12,7 +12,7 @@ spec: chart: spec: chart: oauth2-proxy - version: 7.9.0 + version: 7.10.2 sourceRef: kind: HelmRepository name: oauth2-proxy