Skip to content

Commit

Permalink
Roll back to ubuntu 20.04 (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>

Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus authored Oct 14, 2022
1 parent c1b2e14 commit bdff213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Rolled back to Ubuntu 20.04

## [0.11.0] - 2022-10-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-aws/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ami:
id: {{ .Values.ami }}
{{- else -}}
ami: {}
imageLookupBaseOS: "ubuntu-22.04"
imageLookupBaseOS: "ubuntu-20.04"
imageLookupFormat: {{ "capa-ami-{{.BaseOS}}-{{.K8sVersion}}-00-gs" }}
imageLookupOrg: "706635527432"
{{- end }}
Expand Down

0 comments on commit bdff213

Please sign in to comment.