Skip to content

Commit

Permalink
chore: upgrade gretimedb-operator chart version to 0.1.1-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Oct 10, 2023
1 parent ae7d37d commit 00956ce
Show file tree
Hide file tree
Showing 2 changed files with 7 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.18.0-0"
description: The greptimedb-operator Helm chart for Kubernetes
name: greptimedb-operator
appVersion: 0.1.0-alpha.15
version: 0.1.1-alpha.12
appVersion: 0.1.0-alpha.16
version: 0.1.1-alpha.13
type: application
home: https://github.com/GreptimeTeam/greptimedb-operator
sources:
Expand Down
10 changes: 5 additions & 5 deletions 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.15
tag: 0.1.0-alpha.16
# The image pull secrets.
pullSecrets: []

Expand All @@ -26,11 +26,11 @@ replicas: 1
# Default resources for greptimedb operator
resources:
limits:
cpu: 500m
memory: 128Mi
cpu: 200m
memory: 256Mi
requests:
cpu: 250m
memory: 64Mi
cpu: 100m
memory: 128Mi

rbac:
# install Role Based Access Control
Expand Down

0 comments on commit 00956ce

Please sign in to comment.