Skip to content

Commit

Permalink
Bump to v0.6.0-rc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe committed Jun 15, 2022
1 parent ab4871f commit 035070d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/convoy/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.6.0-rc-1
version: v0.6.0-rc-2

# 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.6.0-rc-1"
appVersion: "v0.6.0-rc-2"
2 changes: 1 addition & 1 deletion charts/convoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ image:
tag: stable

imagePullSecrets:
- name: convoy
- name: ghcr-token
nameOverride: ""
fullnameOverride: ""

Expand Down
4 changes: 2 additions & 2 deletions charts/scheduler/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.6.0-rc-1
version: v0.6.0-rc-2

# 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.6.0-rc-1"
appVersion: "v0.6.0-rc-2"
2 changes: 1 addition & 1 deletion charts/scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ image:
tag: stable

imagePullSecrets:
- name: convoy
- name: ghcr-token
nameOverride: ""
fullnameOverride: ""

Expand Down

0 comments on commit 035070d

Please sign in to comment.