From ce5e704bf5e7a6827d7f021fe67b66efe2714585 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 02:51:20 +0200 Subject: [PATCH] ci(t8s-cluster/artifacthub-images): Update ArtifactHUB images (#884) Updates the ArtifactHUB images to the really deployed ones. Co-authored-by: cwrau <14326070+cwrau@users.noreply.github.com> --- charts/t8s-cluster/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/t8s-cluster/Chart.yaml b/charts/t8s-cluster/Chart.yaml index dda000e5e..ed74b5d1f 100644 --- a/charts/t8s-cluster/Chart.yaml +++ b/charts/t8s-cluster/Chart.yaml @@ -20,7 +20,7 @@ dependencies: repository: oci://ghcr.io/teutonet/teutonet-helm-charts annotations: artifacthub.io/images: | - - image: docker.io/bitnami/kubectl:1.29.3 # default/Job/t8s-cluster-uninstall-cleanup.yaml + - image: docker.io/bitnami/kubectl:1.29.4 # default/Job/t8s-cluster-uninstall-cleanup.yaml - image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 # default/HelmRelease/t8s-cluster-csi/kube-system/Deployment/openstack-cinder-csi-controllerplugin.yaml - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 # default/HelmRelease/t8s-cluster-csi/kube-system/DaemonSet/openstack-cinder-csi-nodeplugin.yaml - image: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0 # default/HelmRelease/t8s-cluster-csi/kube-system/Deployment/openstack-cinder-csi-controllerplugin.yaml