Skip to content

Commit

Permalink
Update individual chart versions after values.yaml structure changes (#…
Browse files Browse the repository at this point in the history
…26)

Having updated the values yaml of all charts their individual chart versions need bumping to represent the breaking change.
  • Loading branch information
mergify[bot] authored Dec 19, 2022
2 parents 7763680 + f721715 commit 9ec630f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion tinkerbell/boots/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.1.1
version: 0.2.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
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/hegel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.2.2
version: 0.3.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
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/rufio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.1.0
version: 0.2.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
Expand Down
12 changes: 6 additions & 6 deletions tinkerbell/stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: tink
repository: file://../tink
version: 0.1.0
version: 0.2.0
- name: boots
repository: file://../boots
version: 0.1.1
version: 0.2.0
- name: rufio
repository: file://../rufio
version: 0.1.0
version: 0.2.0
- name: hegel
repository: file://../hegel
version: 0.2.2
digest: sha256:423e89a5b2d9acc5c098f92e62a850878b5f0a0d19041b0f894d641bd1df0c37
generated: "2022-12-16T14:46:43.117966882-05:00"
version: 0.3.0
digest: sha256:6521d977d1b7545cfeffc1228c0683dc036f83ea358028d9935501c1cc2f9722
generated: "2022-12-19T10:10:56.548704662-05:00"
8 changes: 4 additions & 4 deletions tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ appVersion: "0.2.0"

dependencies:
- name: tink
version: "0.1.0"
version: "0.2.0"
repository: "file://../tink"
- name: boots
version: "0.1.1"
version: "0.2.0"
repository: "file://../boots"
- name: rufio
version: "0.1.0"
version: "0.2.0"
repository: "file://../rufio"
- name: hegel
version: "0.2.2"
version: "0.3.0"
repository: "file://../hegel"
2 changes: 1 addition & 1 deletion tinkerbell/tink/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.1.0
version: 0.2.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
Expand Down

0 comments on commit 9ec630f

Please sign in to comment.