Skip to content

Commit

Permalink
Merge pull request #199 from jacobweinstock/bump-chart
Browse files Browse the repository at this point in the history
Bump versions in the CAPT playground:

## Description

<!--- Please describe what this PR is going to change -->
New CAPT, chart, kubevip. Move the Kubernetes version down so that upgrades can be tested.

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->


## How are existing users impacted? What migration steps/scripts do we need?

<!--- Fixes a bug, unblocks installation, removes a component of the stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
jacobweinstock authored Nov 25, 2024
2 parents 08bc2d8 + 5f50a96 commit c34e6c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions capt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ counts:
workers: 1
spares: 1
versions:
capt: v0.5.3
chart: 0.5.0
kube: v1.29.4
capt: v0.6.0
chart: 0.6.0
kube: v1.28.9
os: 20.04
kubevip: 0.8.2
kubevip: 0.8.7
capt:
providerRepository: "https://github.com/tinkerbell/cluster-api-provider-tinkerbell/releases"
#providerRepository: "/home/tink/repos/tinkerbell/cluster-api-provider-tinkerbell/out/release/infrastructure-tinkerbell"
Expand Down
2 changes: 1 addition & 1 deletion capt/tasks/Taskfile-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ tasks:
sh: yq eval '.chart.location' {{.STATE_FILE_FQ_PATH}}
CHART_NAME: tink-stack
cmds:
- KUBECONFIG="{{.KUBECONFIG}}" helm install {{.CHART_NAME}} {{.LOCATION}} --version "{{.STACK_CHART_VERSION}}" --create-namespace --namespace {{.NAMESPACE}} --wait --set "global.trustedProxies={"{{.TRUSTED_PROXIES}}"}" --set "global.publicIP={{.LB_IP}}" --set "rufio.image=quay.io/tinkerbell/rufio:latest"
- KUBECONFIG="{{.KUBECONFIG}}" helm install {{.CHART_NAME}} {{.LOCATION}} --version "{{.STACK_CHART_VERSION}}" --create-namespace --namespace {{.NAMESPACE}} --wait --set "global.trustedProxies={"{{.TRUSTED_PROXIES}}"}" --set "global.publicIP={{.LB_IP}}"
status:
- KUBECONFIG="{{.KUBECONFIG}}" helm list -n {{.NAMESPACE}} | grep -q {{.CHART_NAME}}

Expand Down

0 comments on commit c34e6c5

Please sign in to comment.