Skip to content

Commit

Permalink
Merge pull request #116 from buffalo1024/release/v0.9.6
Browse files Browse the repository at this point in the history
comment jammy in .relok8s-images.yaml and release v0.9.6
  • Loading branch information
buffalo1024 authored May 18, 2023
2 parents 05e7c62 + 85ff08d commit d5f4c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/operator/.relok8s-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-kylin10:{{ .ha.drbdVersion }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-bionic:{{ .ha.drbdVersion }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-focal:{{ .ha.drbdVersion }}"
- "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-jammy:v9.1.11"
# - "{{ .global.hwameistorImageRegistry }}/{{ .ha.imageRepoOwner }}/drbd9-jammy:v9.1.11"
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: v0.9.5
version: v0.9.6

# 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: v0.9.5
appVersion: v0.9.6
2 changes: 1 addition & 1 deletion helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global:
operator:
replicas: 1
imageRepository: hwameistor/operator
tag: v0.9.5
tag: v0.9.6

localDiskManager:
tolerationOnMaster: true
Expand Down

0 comments on commit d5f4c21

Please sign in to comment.