This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 49f9e3c Update skywalking containers to use
skywalking.docker.scarf.sh (#73)
49f9e3c is described below
commit 49f9e3cef4e995dde9b77fb3b24876dd2d9c6c12
Author: Avi Press <[email protected]>
AuthorDate: Thu Jul 1 20:51:59 2021 -0700
Update skywalking containers to use skywalking.docker.scarf.sh (#73)
---
chart/skywalking/README.md | 4 ++--
chart/skywalking/values.yaml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chart/skywalking/README.md b/chart/skywalking/README.md
index 1ab6d91..307b04d 100644
--- a/chart/skywalking/README.md
+++ b/chart/skywalking/README.md
@@ -45,7 +45,7 @@ The following table lists the configurable parameters of the
Skywalking chart an
| `imagePullSecrets` | Image pull
secrets
| `[]` |
| `oap.name` | OAP
deployment name
| `oap` |
| `oap.dynamicConfigEnabled` | Enable oap
dynamic configuration through k8s configmap
| `false` |
-| `oap.image.repository` | OAP container
image name
| `apache/skywalking-oap-server` |
+| `oap.image.repository` | OAP container
image name
| `skywalking.docker.scarf.sh/apache/skywalking-oap-server` |
| `oap.image.tag` | OAP container
image tag
| `6.1.0` |
| `oap.image.pullPolicy` | OAP container
image pull policy
| `IfNotPresent` |
| `oap.ports.grpc` | OAP grpc port
for tracing or metric
| `11800` |
@@ -62,7 +62,7 @@ The following table lists the configurable parameters of the
Skywalking chart an
| `oap.env` | OAP
environment variables
| `[]` |
| `ui.name` | Web UI
deployment name
| `ui` |
| `ui.replicas` | Web UI k8s
deployment replicas
| `1` |
-| `ui.image.repository` | Web UI
container image name
| `apache/skywalking-ui` |
+| `ui.image.repository` | Web UI
container image name
| `skywalking.docker.scarf.sh/apache/skywalking-ui` |
| `ui.image.tag` | Web UI
container image tag
| `6.1.0` |
| `ui.image.pullPolicy` | Web UI
container image pull policy
| `IfNotPresent` |
| `ui.nodeAffinity` | Web UI node
affinity policy
| `{}` |
diff --git a/chart/skywalking/values.yaml b/chart/skywalking/values.yaml
index ee7f6c9..7ee4171 100644
--- a/chart/skywalking/values.yaml
+++ b/chart/skywalking/values.yaml
@@ -33,7 +33,7 @@ oap:
# Sync period in seconds. Defaults to 60 seconds. env:
SW_CONFIG_CONFIGMAP_PERIOD
dynamicConfigEnabled: false
image:
- repository: apache/skywalking-oap-server
+ repository: skywalking.docker.scarf.sh/apache/skywalking-oap-server
tag: null # Must be set explicitly
pullPolicy: IfNotPresent
storageType: null
@@ -74,7 +74,7 @@ ui:
name: ui
replicas: 1
image:
- repository: apache/skywalking-ui
+ repository: skywalking.docker.scarf.sh/apache/skywalking-ui
tag: null # Must be set explicitly
pullPolicy: IfNotPresent
# podAnnotations: