Closed daviderli614 closed 1 week ago
The pull request introduces several updates to the greptimedb-standalone
Helm chart. The version
field in the Chart.yaml
and the version badge in the README.md
have been incremented from 0.1.30
to 0.1.31
. Additionally, the naming conventions for Kubernetes resources in the templates have been modified to utilize a new template function for generating names, ensuring consistency across the chart. Minor adjustments were also made to the control flow in the serviceaccount.yaml
template.
File Path | Change Summary |
---|---|
charts/greptimedb-standalone/Chart.yaml | Version updated from 0.1.30 to 0.1.31 . |
charts/greptimedb-standalone/README.md | Version badge updated from 0.1.30 to 0.1.31 ; application version remains 0.9.5 . |
charts/greptimedb-standalone/templates/configmap.yaml | ConfigMap name updated to use {{ include "greptimedb-standalone.fullname" . }}-config . |
charts/greptimedb-standalone/templates/secret.yaml | Secret name updated to use {{ include "greptimedb-standalone.fullname" . }}-secret . |
charts/greptimedb-standalone/templates/serviceaccount.yaml | Conditional statement adjusted to remove trailing hyphen, ensuring correct execution. |
charts/greptimedb-standalone/templates/statefulset.yaml | Secret and ConfigMap names updated to use {{ include "greptimedb-standalone.fullname" . }} . |
Chart.yaml
file for the greptimedb-cluster
Helm chart with a version bump.Chart.yaml
file for the greptimedb-standalone
Helm chart.Chart.yaml
file for the greptimedb-standalone
Helm chart.Chart.yaml
file for the greptimedb-standalone
Helm chart with a version bump.Chart.yaml
file for the greptimedb-standalone
Helm chart.Chart.yaml
file for the greptimedb-standalone
Helm chart.statefulset.yaml
file for the greptimedb-standalone
Helm chart.In the meadow, hops a rabbit so spry,
With version numbers reaching for the sky.
Configs and secrets, all named with care,
A Helm chart's journey, a tale to share.
From0.1.30
to0.1.31
,
Hooray for the changes, let the fun be spun! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
When
.Release.Name
name is internal, the names of configmap and secret areinternal-config
andinternal-secret
. After modification, the names isinternal-greptimedb-standalone-config
andinternal-greptimedb-standalone-secret
.Summary by CodeRabbit
New Features
greptimedb-standalone
Helm chart to version0.1.31
.Bug Fixes