From 4bf348c582f91a1497fd4900928cf3bcac10da47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=8C=AF=E6=B1=9F?= Date: Thu, 2 Dec 2021 11:38:38 +0800 Subject: [PATCH] Update values.yaml --- values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/values.yaml b/values.yaml index a86504f..6912720 100644 --- a/values.yaml +++ b/values.yaml @@ -1,11 +1,11 @@ -image: "hub.gzdex.cn/market/oraclelinux-7" -tag: "latest" -nodeSelector: - hostname: 10.217.10.14 +image: "registry-vpc.cn-qingdao.aliyuncs.com/wod/oracle" +tag: "11g" +nodeSelector: + hostname: 172.16.1.26 storageSpec: volumeClaimTemplate: spec: - storageClassName: hostpath + storageClassName: rook-ceph-block accessModes: ["ReadWriteOnce"] resources: requests: @@ -13,5 +13,5 @@ storageSpec: selector: {} busybox: - image: hub.gzdex.cn/market/busybox - tag: 1.29-arm64 + image: registry-vpc.cn-qingdao.aliyuncs.com/wod/busybox + tag: 1.29 -- 2.26.0