Skip to content

Commit

Permalink
chore: upgrade greptimedb-operator version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 authored Feb 23, 2023
1 parent 3eed8d2 commit a7763b0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 83 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.8
version: 0.1.1-alpha.2
appVersion: 0.1.0-alpha.9
version: 0.1.1-alpha.3
type: application
home: https://github.com/GreptimeTeam/greptimedb-operator
sources:
Expand Down
108 changes: 28 additions & 80 deletions charts/greptimedb-operator/crds/greptimedbcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1949,26 +1949,6 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
volumeMounts:
items:
properties:
mountPath:
type: string
mountPropagation:
type: string
name:
type: string
readOnly:
type: boolean
subPath:
type: string
subPathExpr:
type: string
required:
- mountPath
- name
type: object
type: array
workingDir:
type: string
type: object
Expand Down Expand Up @@ -3916,26 +3896,6 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
volumeMounts:
items:
properties:
mountPath:
type: string
mountPropagation:
type: string
name:
type: string
readOnly:
type: boolean
subPath:
type: string
subPathExpr:
type: string
required:
- mountPath
- name
type: object
type: array
workingDir:
type: string
type: object
Expand Down Expand Up @@ -5890,26 +5850,6 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
volumeMounts:
items:
properties:
mountPath:
type: string
mountPropagation:
type: string
name:
type: string
readOnly:
type: boolean
subPath:
type: string
subPathExpr:
type: string
required:
- mountPath
- name
type: object
type: array
workingDir:
type: string
type: object
Expand All @@ -5927,6 +5867,13 @@ spec:
format: int64
type: integer
type: object
tls:
properties:
certificateMountPath:
type: string
secretName:
type: string
type: object
required:
- replicas
type: object
Expand Down Expand Up @@ -7860,26 +7807,6 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
volumeMounts:
items:
properties:
mountPath:
type: string
mountPropagation:
type: string
name:
type: string
readOnly:
type: boolean
subPath:
type: string
subPathExpr:
type: string
required:
- mountPath
- name
type: object
type: array
workingDir:
type: string
type: object
Expand Down Expand Up @@ -7909,6 +7836,27 @@ spec:
postgresServicePort:
format: int32
type: integer
storage:
properties:
local:
properties:
directory:
type: string
type: object
s3:
properties:
bucket:
type: string
endpoint:
type: string
prefix:
type: string
region:
type: string
secretName:
type: string
type: object
type: object
version:
type: string
type: object
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.8
tag: 0.1.0-alpha.9

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit a7763b0

Please sign in to comment.