Skip to content

Commit

Permalink
make 0.4.0 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-he committed Aug 16, 2021
1 parent a504b1a commit 3f2ce71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/manager/all_in_one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ spec:
app: kubedl
spec:
containers:
- image: kubedl/kubedl:daily
- image: kubedl/kubedl:0.4.0
imagePullPolicy: IfNotPresent
name: kubedl-manager
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: kubedl/kubedl
newTag: daily
newTag: 0.4.0
4 changes: 2 additions & 2 deletions helm/kubedl/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: daily
version: 0.4.0

# 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: daily
appVersion: 0.4.0
2 changes: 1 addition & 1 deletion helm/kubedl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: kubedl/kubedl
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: daily
tag: 0.4.0

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 3f2ce71

Please sign in to comment.