File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : v0.0.2
18+ version : v0.0.3
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -90,10 +90,12 @@ spec:
9090 additionalProperties :
9191 type : string
9292 type : object
93- yumRepo :
94- items :
95- type : string
96- type : array
93+ yumRepos :
94+ additionalProperties :
95+ items :
96+ type : string
97+ type : array
98+ type : object
9799 type : object
98100 type : object
99101 status :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Expand the name of the chart.
66{{- end }}
77
88{{- define " kubean.namespace" -}}
9- {{- default .Values.namespace -}}
9+ {{- .Release.Namespace -}}
1010{{- end -}}
1111
1212{{/*
Original file line number Diff line number Diff line change 11apiVersion : " kubean.io/v1alpha1"
22kind : " Manifest"
33metadata :
4- name : " kubeaninfomanifest-v0-0-2 "
4+ name : " kubeaninfomanifest-v0-0-3 "
55spec :
6- kubesprayVersion : " 6c6a6e8 "
7- kubeanVersion : " v0.0.2 "
6+ kubesprayVersion : " 4f32f94 "
7+ kubeanVersion : " v0.0.3 "
88 docker :
99 - os : " redhat-7"
1010 defaultVersion : " 20.10"
4040 - " v1.0.1"
4141 - " v1.1.1"
4242 - name : " containerd"
43- defaultVersion : " 1.6.10 "
43+ defaultVersion : " 1.6.12 "
4444 versionRange :
4545 - " 1.5.5"
4646 - " 1.5.7"
6161 - " 1.6.8"
6262 - " 1.6.9"
6363 - " 1.6.10"
64+ - " 1.6.11"
65+ - " 1.6.12"
6466 - name : " kube"
6567 defaultVersion : " v1.24.7"
6668 versionRange :
@@ -103,8 +105,6 @@ spec:
103105 defaultVersion : " v1.12.1"
104106 versionRange : []
105107 - name : " etcd"
106- defaultVersion : " v3.5.5 "
108+ defaultVersion : " v3.5.6 "
107109 versionRange :
108- - " v3.5.3"
109- - " v3.5.4"
110- - " v3.5.5"
110+ - " v3.5.6"
Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ global:
1111 # # - myRegistryKeySecretName
1212 imagePullSecrets : []
1313
14- namespace : kubean-system
15-
1614replicaCount : 1
1715
1816image :
1917 repository : ghcr.io/kubean-io/kubean-operator
2018 pullPolicy : IfNotPresent
2119 # Overrides the image tag whose default is the chart appVersion.
22- tag : v0.0.2
20+ tag : v0.0.3
2321
2422imagePullSecrets : []
2523nameOverride : " "
You can’t perform that action at this time.
0 commit comments