diff --git a/tinkerbell/smee/Chart.yaml b/tinkerbell/smee/Chart.yaml index b26e0f3..456dd22 100644 --- a/tinkerbell/smee/Chart.yaml +++ b/tinkerbell/smee/Chart.yaml @@ -16,10 +16,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: 0.6.0 +version: 0.6.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: "0.15.0" +appVersion: "0.15.1" diff --git a/tinkerbell/smee/values.yaml b/tinkerbell/smee/values.yaml index 85e485a..0bda77c 100644 --- a/tinkerbell/smee/values.yaml +++ b/tinkerbell/smee/values.yaml @@ -5,7 +5,7 @@ deploy: true name: smee # The image used to launch the container. -image: quay.io/tinkerbell/smee:v0.15.0 +image: quay.io/tinkerbell/smee:v0.15.1 imagePullPolicy: IfNotPresent # The number of pods to run. diff --git a/tinkerbell/stack/Chart.lock b/tinkerbell/stack/Chart.lock index 1768867..a06903c 100644 --- a/tinkerbell/stack/Chart.lock +++ b/tinkerbell/stack/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 0.3.0 - name: smee repository: file://../smee - version: 0.6.0 + version: 0.6.1 - name: rufio repository: file://../rufio version: 0.4.0 - name: hegel repository: file://../hegel version: 0.4.1 -digest: sha256:7c73b32c9c5072746f633f28d75b86802c6db5c0b2d6331c49c90c07ff2ca54e -generated: "2024-11-23T15:15:04.175441288-07:00" +digest: sha256:9b0f3f4ca5702645d6fed436ada76fe1af7940facdd9365d5cbef8a3cbd8de49 +generated: "2024-11-27T10:37:21.996702604-07:00" diff --git a/tinkerbell/stack/Chart.yaml b/tinkerbell/stack/Chart.yaml index 93f5dff..a49f38c 100644 --- a/tinkerbell/stack/Chart.yaml +++ b/tinkerbell/stack/Chart.yaml @@ -16,20 +16,20 @@ 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.6.0 +version: 0.6.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: "0.6.0" +appVersion: "0.6.1" dependencies: - name: tink version: "0.3.0" repository: "file://../tink" - name: smee - version: "0.6.0" + version: "0.6.1" repository: "file://../smee" - name: rufio version: "0.4.0" diff --git a/tinkerbell/stack/values.yaml b/tinkerbell/stack/values.yaml index 358b869..ddf44b6 100644 --- a/tinkerbell/stack/values.yaml +++ b/tinkerbell/stack/values.yaml @@ -100,7 +100,7 @@ stack: # See individual chart documentation for additional detail. smee: - image: quay.io/tinkerbell/smee:v0.15.0 + image: quay.io/tinkerbell/smee:v0.15.1 tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.12.1 hegel: