From 0527a13270936c15a5e89435ca8fa2ec7eb784bb Mon Sep 17 00:00:00 2001 From: lvzhenjiang Date: Thu, 2 Dec 2021 11:07:11 +0800 Subject: [PATCH] update --- Chart.yaml | 4 ++-- step.yaml | 12 ++++++------ templates/statefulset.yaml | 2 +- values.yaml | 12 ++++++------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 742d70e..db54b78 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 +appVersion: latest +description: oracle Database name: beagle-oracle-xe-11g version: 1.0.0 -appVersion: latest -description: oracle Database \ No newline at end of file diff --git a/step.yaml b/step.yaml index df3e0e4..632787a 100644 --- a/step.yaml +++ b/step.yaml @@ -2,20 +2,20 @@ configInfo: - name: image text: 镜像 type: text - value: "registry-vpc.cn-qingdao.aliyuncs.com/wod/oracle" + value: "hub.gzdex.cn/market/oraclelinux-7" - name: tag text: 版本 type: radio - value: ["11g","12c"] + value: ["latest"] - name: nodeSelector.hostname - text: 服务器地址 + text: 指定集群服务器地址 type: text - value: "172.16.1.26" + value: "10.217.10.14" - name: storageSpec text: 存储类 type: storage - value: "nfs-client" - storage: "4Gi" + value: "hostpath" + storage: "2Gi" - name: resources text: 资源限制 type: resource diff --git a/templates/statefulset.yaml b/templates/statefulset.yaml index 4ecf039..3f2a8df 100644 --- a/templates/statefulset.yaml +++ b/templates/statefulset.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ .Release.Name }} diff --git a/values.yaml b/values.yaml index c3427b8..a86504f 100644 --- a/values.yaml +++ b/values.yaml @@ -1,11 +1,11 @@ -image: "registry-vpc.cn-qingdao.aliyuncs.com/wod/oracle" -tag: "11g" +image: "hub.gzdex.cn/market/oraclelinux-7" +tag: "latest" nodeSelector: - hostname: 172.16.1.26 + hostname: 10.217.10.14 storageSpec: volumeClaimTemplate: spec: - storageClassName: rook-ceph-block + storageClassName: hostpath accessModes: ["ReadWriteOnce"] resources: requests: @@ -13,5 +13,5 @@ storageSpec: selector: {} busybox: - image: registry-vpc.cn-qingdao.aliyuncs.com/wod/busybox - tag: 1.29 + image: hub.gzdex.cn/market/busybox + tag: 1.29-arm64 -- 2.26.0