From 91ad2e206fc98426ff1ec3172976f7c8435efb3f Mon Sep 17 00:00:00 2001
From: Alozie Obuh <obuh.alozie@solute.us>
Date: Tue, 8 Oct 2024 09:33:16 -0600
Subject: [PATCH] remove waitforready templates

---
 chart/Chart.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index f9755ae3..86073011 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -19,11 +19,11 @@ dependencies:
 annotations:
   bigbang.dev/applicationVersions: |
     - Kyverno Policies: 3.2.5
-  # Kubectl image is used if waitforready.enabled or bbtests.enabled
+  # Kubectl image is used if waitJob.enabled or bbtests.enabled
   helm.sh/images: |
     - name: kubectl
       image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.7
-      condition: waitforready.enabled
+      condition: waitJob.enabled
   bigbang.dev/upstreamReleaseNotesMarkdown: |
     - [Find our upstream chart's CHANGELOG here](https://repo1.dso.mil/big-bang/product/packages/kyverno-policies/-/blob/main/CHANGELOG.md)
     - [and our upstream application release notes here](https://repo1.dso.mil/big-bang/product/packages/kyverno-policies/-/releases)
\ No newline at end of file
-- 
GitLab