Skip to content

Commit

Permalink
Merge pull request #221 from catpineapple/modify_version_24_beta
Browse files Browse the repository at this point in the history
modify version to 24.0.0-beta
  • Loading branch information
intelligentfu8 authored Aug 9, 2024
2 parents 0352227 + e8af2df commit adbf99c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm-charts/doris-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.6.0
version: 24.0.0-beta

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.6.0"
appVersion: "24.0.0-beta"


sources:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/doris-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dorisOperator:
# the namespace of dorisoperator, if not set, the release namespace will be used.
image:
repository: selectdb/doris.k8s-operator
tag: 1.6.0
tag: 24.0.0-beta
imagePullPolicy: ""
# ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this deployment.
# If specified, these secrets will be passed to individual puller implementations for them to use.
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/doris/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.6.0
version: 24.0.0-beta

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit adbf99c

Please sign in to comment.