diff --git a/k8s/shared/apps/open-webui/helm-release.yaml b/k8s/shared/apps/open-webui/helm-release.yaml index 628230f2..07cdea3d 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.1.1 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 922f1ad8..ef403743 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 42fee718..ea76d0cf 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 b890dca7..5f7b7f5c 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/testkube/helm-release.yaml b/k8s/shared/infrastructure/controllers/testkube/helm-release.yaml index 581581db..649f3b2c 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.116 sourceRef: kind: HelmRepository name: testkube diff --git a/k8s/shared/infrastructure/harbor/helm-release.yaml b/k8s/shared/infrastructure/harbor/helm-release.yaml index e8c88d91..1a318726 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 582eb033..349cf402 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.9.2 sourceRef: kind: HelmRepository name: oauth2-proxy