You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/10/14 13:45:12 UTC

[skywalking-showcase] branch main updated: Bump up satellite version and Kubernetes depreated APIs (#85)

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

kezhenxu94 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 99768ea  Bump up satellite version and Kubernetes depreated APIs (#85)
99768ea is described below

commit 99768ead5ded0662ce2900d05c9962a6961977b5
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Oct 14 21:45:07 2022 +0800

    Bump up satellite version and Kubernetes depreated APIs (#85)
---
 Makefile.in                                                       | 2 +-
 deploy/platform/kubernetes/feature-event/scaler.yaml              | 4 ++--
 deploy/platform/kubernetes/feature-postgresql/psql.yaml           | 2 +-
 deploy/platform/kubernetes/feature-rover/profiling.yaml           | 2 +-
 deploy/platform/kubernetes/feature-trace-profiling/profiling.yaml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index d491696..e4c2364 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,7 +35,7 @@ SW_AGENT_JAVA_IMAGE ?= ghcr.io/apache/skywalking-java/skywalking-java:3f88d735ba
 SW_AGENT_NODEJS_BACKEND_VERSION ?= 59ef1aed6a404e2e8afffbb4b81ea849ae4f3026
 SW_AGENT_NODEJS_FRONTEND_VERSION ?= 1e31bd17dcebb616163d848fc435f3a2d4822fb8
 
-SW_SATELLITE_IMAGE ?= ghcr.io/apache/skywalking-satellite/skywalking-satellite:v33bd6520e95c9024989aa388f4523c4641f874ad
+SW_SATELLITE_IMAGE ?= ghcr.io/apache/skywalking-satellite/skywalking-satellite:v4cc254c38898ec8ce5171b07e411427de2a07371
 SW_ROVER_IMAGE ?= ghcr.io/apache/skywalking-rover/skywalking-rover:159e9cdc211bb3846c93e6fdb244a898ae86b9f6
 
 SWCK_OPERATOR_VERSION ?= 0.7.0
diff --git a/deploy/platform/kubernetes/feature-event/scaler.yaml b/deploy/platform/kubernetes/feature-event/scaler.yaml
index 1ba455a..82a3506 100644
--- a/deploy/platform/kubernetes/feature-event/scaler.yaml
+++ b/deploy/platform/kubernetes/feature-event/scaler.yaml
@@ -52,7 +52,7 @@ metadata:
   name: event-scaler-sa
 
 ---
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
 kind: CronJob
 metadata:
   name: event-scale-up
@@ -78,7 +78,7 @@ spec:
           restartPolicy: Never
 
 ---
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
 kind: CronJob
 metadata:
   name: event-scale-down
diff --git a/deploy/platform/kubernetes/feature-postgresql/psql.yaml b/deploy/platform/kubernetes/feature-postgresql/psql.yaml
index e56325d..047f173 100644
--- a/deploy/platform/kubernetes/feature-postgresql/psql.yaml
+++ b/deploy/platform/kubernetes/feature-postgresql/psql.yaml
@@ -175,7 +175,7 @@ spec:
                 path: postgresql.conf
 
 ---
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
 kind: CronJob
 metadata:
   name: psql-load-deployment # @feature: postgresql; set up job to trigger postgresql commands, you don't need this in production env.
diff --git a/deploy/platform/kubernetes/feature-rover/profiling.yaml b/deploy/platform/kubernetes/feature-rover/profiling.yaml
index 3365056..b3b29c2 100644
--- a/deploy/platform/kubernetes/feature-rover/profiling.yaml
+++ b/deploy/platform/kubernetes/feature-rover/profiling.yaml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
 kind: CronJob
 metadata:
   name: ebpf-profiling-trgigger
diff --git a/deploy/platform/kubernetes/feature-trace-profiling/profiling.yaml b/deploy/platform/kubernetes/feature-trace-profiling/profiling.yaml
index a3fa757..797da6c 100644
--- a/deploy/platform/kubernetes/feature-trace-profiling/profiling.yaml
+++ b/deploy/platform/kubernetes/feature-trace-profiling/profiling.yaml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
 kind: CronJob
 metadata:
   name: trace-profiling-trgigger