Skip to content

Commit

Permalink
Merge pull request #83 from calvin0327/release-v0.1.1
Browse files Browse the repository at this point in the history
release version to v0.1.1
  • Loading branch information
calvin0327 authored Nov 15, 2022
2 parents 2af5cdc + 6d294d7 commit 810face
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ifeq ($(VERSION), "")
LATEST_TAG=$(shell git describe --tags --abbrev=8)
ifeq ($(LATEST_TAG),)
# Forked repo may not sync tags from upstream, so give it a default tag to make CI happy.
VERSION="v0.1.0"
VERSION="v0.1.1"
else
VERSION=$(LATEST_TAG)
endif
Expand Down
16 changes: 8 additions & 8 deletions charts/karmada-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ 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: 0.1.0
version: 0.1.1

# 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.1.0"
appVersion: "v0.1.1"

sources:
- "https://github.com/DaoCloud/karmada-operator"
- "https://github.com/DaoCloud/karmada-operator"

maintainers:
- name: DaoCloud
url: https://github.com/DaoCloud
- name: DaoCloud
url: https://github.com/DaoCloud

# This is karmada operator dependencies
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.16.1
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.16.1
21 changes: 10 additions & 11 deletions charts/karmada-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ operator:
image:
registry: release.daocloud.io
repository: karmada/karmada-operator
tag: "v0.1.0"
tag: "v0.1.1"
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand All @@ -61,16 +61,15 @@ operator:
##
pullSecrets: []
## @param operator.resources
resources:
{}
# If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources: {}
# If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
## @param operator.nodeSelector
nodeSelector: {}
## @param operator.affinity
Expand Down

0 comments on commit 810face

Please sign in to comment.