This is an automated email from the ASF dual-hosted git repository.

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b93378  Update kubectl image path (#215)
0b93378 is described below

commit 0b93378660847aeef0060de7b488b4ffc6a3de35
Author: mrproliu <[email protected]>
AuthorDate: Wed Nov 5 20:33:35 2025 +0900

    Update kubectl image path (#215)
---
 deploy/platform/kubernetes/templates/feature-event/scaler.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/platform/kubernetes/templates/feature-event/scaler.yaml 
b/deploy/platform/kubernetes/templates/feature-event/scaler.yaml
index ddfaace..239f55c 100644
--- a/deploy/platform/kubernetes/templates/feature-event/scaler.yaml
+++ b/deploy/platform/kubernetes/templates/feature-event/scaler.yaml
@@ -76,7 +76,7 @@ spec:
           serviceAccountName: event-scaler-sa
           containers:
             - name: event-scaler
-              image: bitnami/kubectl:1.20.12
+              image: bitnami/kubectl:latest
               command:
                 - sh
                 - -c
@@ -103,7 +103,7 @@ spec:
           serviceAccountName: event-scaler-sa
           containers:
             - name: event-scaler
-              image: bitnami/kubectl:1.20.12
+              image: bitnami/kubectl:latest
               command:
                 - sh
                 - -c

Reply via email to