From c7d6db70f1028c6ece54fc054e8bf83cbe12e8fd Mon Sep 17 00:00:00 2001 From: Alex Zgabur Date: Wed, 30 Oct 2024 15:19:03 +0100 Subject: [PATCH] Upadte tag to newest Signed-off-by: Alex Zgabur --- tasks/01-clone.yaml | 2 +- tasks/02-uninstall.yaml | 2 +- tasks/03-additional-manifests.yaml | 2 +- tasks/04-helm-install.yaml | 2 +- tasks/kubectl-login-task-alt.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/01-clone.yaml b/tasks/01-clone.yaml index b84407e..eb881e2 100644 --- a/tasks/01-clone.yaml +++ b/tasks/01-clone.yaml @@ -19,7 +19,7 @@ spec: limits: cpu: 250m memory: 128Mi - image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15 + image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2 imagePullPolicy: IfNotPresent workspaces: - name: shared-workspace diff --git a/tasks/02-uninstall.yaml b/tasks/02-uninstall.yaml index 2b0f9a2..95d662f 100644 --- a/tasks/02-uninstall.yaml +++ b/tasks/02-uninstall.yaml @@ -16,7 +16,7 @@ spec: env: - name: KUBECONFIG value: $(workspaces.shared-workspace.path)/kubeconfig - image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15 + image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2 imagePullPolicy: IfNotPresent workspaces: - name: shared-workspace diff --git a/tasks/03-additional-manifests.yaml b/tasks/03-additional-manifests.yaml index 5dca717..8476455 100644 --- a/tasks/03-additional-manifests.yaml +++ b/tasks/03-additional-manifests.yaml @@ -14,7 +14,7 @@ spec: limits: cpu: 250m memory: 128Mi - image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15 + image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /mount/values-additional-manifests diff --git a/tasks/04-helm-install.yaml b/tasks/04-helm-install.yaml index f3a176f..7d5eea2 100644 --- a/tasks/04-helm-install.yaml +++ b/tasks/04-helm-install.yaml @@ -17,7 +17,7 @@ spec: env: - name: KUBECONFIG value: $(workspaces.shared-workspace.path)/kubeconfig - image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15 + image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2 imagePullPolicy: IfNotPresent workspaces: - name: shared-workspace diff --git a/tasks/kubectl-login-task-alt.yaml b/tasks/kubectl-login-task-alt.yaml index 7e13779..5d656e7 100644 --- a/tasks/kubectl-login-task-alt.yaml +++ b/tasks/kubectl-login-task-alt.yaml @@ -39,7 +39,7 @@ spec: secretKeyRef: key: KUBE_PASSWORD name: openshift-pipelines-credentials - image: quay.io/rhn_support_azgabur/alpine/k8s:1.28.15 + image: quay.io/rhn_support_azgabur/alpine/k8s:1.31.2 imagePullPolicy: IfNotPresent name: kubectl-login workspaces: