Skip to content

Commit 9c67161

Browse files
author
tu1h
committed
See 0ekk/kubean@041b127 from refs/tags/v0.0.3
1 parent c886ab9 commit 9c67161

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

charts/kubean/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/kubean/crds/kubean.io_manifests.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

charts/kubean/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{{/*

charts/kubean/templates/manifest.cr.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: "kubean.io/v1alpha1"
22
kind: "Manifest"
33
metadata:
4-
name: "kubeaninfomanifest-v0-0-2"
4+
name: "kubeaninfomanifest-v0-0-3"
55
spec:
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"
@@ -40,7 +40,7 @@ spec:
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"
@@ -61,6 +61,8 @@ spec:
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"

charts/kubean/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ global:
1111
## - myRegistryKeySecretName
1212
imagePullSecrets: []
1313

14-
namespace: kubean-system
15-
1614
replicaCount: 1
1715

1816
image:
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

2422
imagePullSecrets: []
2523
nameOverride: ""

0 commit comments

Comments
 (0)