Skip to content

Commit

Permalink
chore: upgrade greptimedb-operator to 0.1.0-alpha.12 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Jun 30, 2023
1 parent 18f6af7 commit c85b126
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/greptimedb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
kubeVersion: ">=1.19.0-0"
description: The greptimedb-operator Helm chart for Kubernetes
name: greptimedb-operator
appVersion: 0.1.0-alpha.11
version: 0.1.1-alpha.6
appVersion: 0.1.0-alpha.12
version: 0.1.1-alpha.7
type: application
home: https://github.com/GreptimeTeam/greptimedb-operator
sources:
Expand Down
16 changes: 12 additions & 4 deletions charts/greptimedb-operator/crds/greptimedbcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
- jsonPath: .status.clusterPhase
name: PHASE
type: string
- jsonPath: .status.version
name: VERSION
type: string
- jsonPath: .metadata.creationTimestamp
name: AGE
type: date
Expand Down Expand Up @@ -8012,8 +8015,6 @@ spec:
type: object
tls:
properties:
certificateMountPath:
type: string
secretName:
type: string
type: object
Expand All @@ -8035,6 +8036,8 @@ spec:
properties:
config:
type: string
enableCheckEtcdService:
type: boolean
etcdEndpoints:
items:
type: string
Expand Down Expand Up @@ -10712,6 +10715,9 @@ spec:
port:
type: string
type: object
prometheusServicePort:
format: int32
type: integer
storage:
properties:
local:
Expand All @@ -10725,10 +10731,10 @@ spec:
type: string
endpoint:
type: string
prefix:
type: string
region:
type: string
root:
type: string
secretName:
type: string
type: object
Expand Down Expand Up @@ -10802,6 +10808,8 @@ spec:
- readyReplicas
- replicas
type: object
version:
type: string
type: object
type: object
served: true
Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
# The image pull policy for the controller
imagePullPolicy: IfNotPresent
# The image tag
tag: 0.1.0-alpha.11
tag: 0.1.0-alpha.12
# The image pull secrets.
pullSecrets: []

Expand Down

0 comments on commit c85b126

Please sign in to comment.