Compare commits

...

1 Commits

Author SHA1 Message Date
hys
dd8addb3c3 ks,Installer: node shell add lang env 2025-04-16 22:12:31 +08:00
5 changed files with 8 additions and 8 deletions

View File

@@ -352,9 +352,9 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: APP_KEY
value: {{ .Values.os.appKey }}
value: {{ .Values.os.studio.appKey }}
- name: APP_SECRET
value: {{ .Values.os.appSecret }}
value: {{ .Values.os.studio.appSecret }}
- name: chartmuseum
image: aboveos/helm-chartmuseum:v0.15.0
args:
@@ -483,7 +483,7 @@ data:
request_headers_to_add:
- header:
key: X-App-Key
value: {{ .Values.os.appKey }}
value: {{ .Values.os.studio.appKey }}
route:
cluster: system-server
prefix_rewrite: /system-server/v2/legacy_api/api.intent/v2/server/intent/send

View File

@@ -48,7 +48,7 @@ if (-Not (Test-Path $CLI_PROGRAM_PATH)) {
New-Item -Path $CLI_PROGRAM_PATH -ItemType Directory
}
$CLI_VERSION = "0.2.27"
$CLI_VERSION = "0.2.28"
$CLI_FILE = "olares-cli-v{0}_windows_{1}.tar.gz" -f $CLI_VERSION, $arch
$CLI_URL = "{0}/{1}" -f $downloadUrl, $CLI_FILE
$CLI_PATH = "{0}{1}" -f $CLI_PROGRAM_PATH, $CLI_FILE

View File

@@ -74,7 +74,7 @@ if [ -z ${cdn_url} ]; then
cdn_url="https://dc3p1870nn3cj.cloudfront.net"
fi
CLI_VERSION="0.2.27"
CLI_VERSION="0.2.28"
CLI_FILE="olares-cli-v${CLI_VERSION}_linux_${ARCH}.tar.gz"
if [[ x"$os_type" == x"Darwin" ]]; then
CLI_FILE="olares-cli-v${CLI_VERSION}_darwin_${ARCH}.tar.gz"

View File

@@ -157,7 +157,7 @@ fi
set_master_host_ssh_options
CLI_VERSION="0.2.27"
CLI_VERSION="0.2.28"
CLI_FILE="olares-cli-v${CLI_VERSION}_linux_${ARCH}.tar.gz"
if command_exists olares-cli && [[ "$(olares-cli -v | awk '{print $3}')" == "$CLI_VERSION" ]]; then

View File

@@ -1,5 +1,5 @@
beclab/ks-apiserver:0.0.8
beclab/ks-controller-manager:0.0.8
beclab/ks-apiserver:0.0.9
beclab/ks-controller-manager:0.0.9
beclab/kube-state-metrics:v2.3.0-ext.1
calico/cni:v3.29.2
calico/kube-controllers:v3.29.2