From f6041ed876c1f50bb8e69f71129efc8e5dd347f1 Mon Sep 17 00:00:00 2001 From: Thomas Oulevey <thomas.oulevey@cern.ch> Date: Thu, 27 Feb 2025 14:01:36 +0100 Subject: [PATCH] replicate new argocd,kyverno,vcluster images/charts for KSC --- values-acc.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/values-acc.yaml b/values-acc.yaml index 67ce549..3ebf8a4 100644 --- a/values-acc.yaml +++ b/values-acc.yaml @@ -10,21 +10,22 @@ items: artifacts: | docker.io/busybox:1.35 ghcr.io/loft-sh/vcluster:0.19.1 - ghcr.io/loft-sh/vcluster-oss:0.20 + ghcr.io/loft-sh/vcluster-oss:0.23.0 + ghcr.io/loft-sh/vcluster-hpm:0.2.0 registry-1.docker.io/bitnamicharts/fluentd:6.5.12 registry-1.docker.io/bitnamicharts/fluent-bit:2.3.25 docker.io/argoproj/argocli:v2.7.6 - quay.io/argoproj/argocd:v2.12.3 - quay.io/argoproj/argocli:v2.12.3 + quay.io/argoproj/argocd:v2.14.2 + quay.io/argoproj/argocli:v2.14.2 docker.io/velero/velero:v1.14.1 docker.io/velero/velero-restore-helper:v1.14.1 docker.io/velero/velero-plugin-for-aws:v1.10.1 docker.io/hashicorp/vault-secrets-operator:0.9.0 - ghcr.io/kyverno/kyverno:v1.13.0-rc.2 - ghcr.io/kyverno/kyvernopre:v1.13.0-rc.2 - ghcr.io/kyverno/background-controller:v1.13.0-rc.2 - ghcr.io/kyverno/cleanup-controller:v1.13.0-rc.2 - ghcr.io/kyverno/reports-controller:v1.13.0-rc.2 + ghcr.io/kyverno/kyverno:v1.13.4 + ghcr.io/kyverno/kyvernopre:v1.13.4 + ghcr.io/kyverno/background-controller:v1.13.4 + ghcr.io/kyverno/cleanup-controller:v1.13.4 + ghcr.io/kyverno/reports-controller:v1.13.4 docker.io/library/telegraf:1.32-alpine quay.io/prometheus-operator/prometheus-config-reloader:v0.77.2 quay.io/prometheus/prometheus:v2.55.1 @@ -45,10 +46,11 @@ items: flatten: false # NOTE: Artifacts are sorted alphabetically by artifact name! artifacts: | - https://argoproj.github.io/argo-helm argo-cd 5.46.2 + https://argoproj.github.io/argo-helm argo-cd 7.8.5 https://fluent.github.io/helm-charts fluent-bit 0.47.10 - https://charts.loft.sh vcluster 0.20.1 - https://kyverno.github.io/kyverno/ kyverno 3.3.0-rc.2 + https://charts.loft.sh vcluster 0.23.0 + https://charts.loft.sh vcluster-hpm 0.2.0 + https://kyverno.github.io/kyverno/ kyverno 3.3.7 https://vmware-tanzu.github.io/helm-charts/ velero 7.2.1 https://prometheus-community.github.io/helm-charts kube-prometheus-stack 65.8.1 https://prometheus-community.github.io/helm-charts prometheus 25.29.0 -- GitLab