Skip to content

Commit

Permalink
Update all service versions to the latest:
Browse files Browse the repository at this point in the history
All services have new versions.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 16, 2024
1 parent 9101f01 commit 5b9b1d1
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion tinkerbell/hegel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.4.0
# 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.12.0"
appVersion: "0.13.0"
2 changes: 1 addition & 1 deletion tinkerbell/hegel/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy: true
name: hegel
image: quay.io/tinkerbell/hegel:v0.12.0
image: quay.io/tinkerbell/hegel:v0.13.0
imagePullPolicy: IfNotPresent
replicas: 1
service:
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/rufio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.3.0
# 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.3.3"
appVersion: "0.4.1"
2 changes: 1 addition & 1 deletion tinkerbell/rufio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy: true
name: rufio
image: quay.io/tinkerbell/rufio:v0.3.3
image: quay.io/tinkerbell/rufio:v0.4.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/smee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.5.0
# 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.12.0"
appVersion: "0.13.0"
4 changes: 2 additions & 2 deletions tinkerbell/smee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deploy: true
name: smee

# The image used to launch the container.
image: quay.io/tinkerbell/smee:v0.12.0
image: quay.io/tinkerbell/smee:v0.13.0
imagePullPolicy: IfNotPresent

# The number of pods to run.
Expand Down Expand Up @@ -113,7 +113,7 @@ syslog:
port: 514

# The Tink Worker image passed to OSIE as a kernel arg for launching.
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.9.0
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.11.0


# Additional arguments to pass to the smee container. Some arguments are already defined - refer
Expand Down
12 changes: 6 additions & 6 deletions tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,20 @@ stack:
# See individual chart documentation for additional detail.

smee:
image: quay.io/tinkerbell/smee:v0.12.0
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.10.0
image: quay.io/tinkerbell/smee:v0.13.0
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.11.0
trustedProxies: []
publicIP: *publicIP

hegel:
image: quay.io/tinkerbell/hegel:v0.12.0
image: quay.io/tinkerbell/hegel:v0.13.0
trustedProxies: []

rufio:
image: quay.io/tinkerbell/rufio:v0.3.3
image: quay.io/tinkerbell/rufio:v0.4.1

tink:
controller:
image: quay.io/tinkerbell/tink-controller:v0.10.0
image: quay.io/tinkerbell/tink-controller:v0.11.0
server:
image: quay.io/tinkerbell/tink:v0.10.0
image: quay.io/tinkerbell/tink:v0.11.0
2 changes: 1 addition & 1 deletion tinkerbell/tink/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.3.0
# 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.10.0"
appVersion: "0.11.0"
4 changes: 2 additions & 2 deletions tinkerbell/tink/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
controller:
deploy: true
name: tink-controller
image: quay.io/tinkerbell/tink-controller:v0.10.0
image: quay.io/tinkerbell/tink-controller:v0.11.0
imagePullPolicy: IfNotPresent
replicas: 1
args: []
Expand All @@ -27,7 +27,7 @@ controller:
server:
deploy: true
name: tink-server
image: quay.io/tinkerbell/tink:v0.10.0
image: quay.io/tinkerbell/tink:v0.11.0
imagePullPolicy: IfNotPresent
replicas: 1
service:
Expand Down

0 comments on commit 5b9b1d1

Please sign in to comment.