Skip to content

Commit

Permalink
Re-added Ubuntu 22.04 support (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageMarcus authored Oct 18, 2022
1 parent 89b132d commit 819523b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

- Re-added Ubuntu 22.04 with correct lookup

### Changed

- Enable tcp forwarding for sshd on bastion.
Expand Down
4 changes: 2 additions & 2 deletions helm/cluster-aws/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ ami:
id: {{ .Values.ami }}
{{- else -}}
ami: {}
imageLookupBaseOS: "ubuntu-20.04"
imageLookupFormat: {{ "capa-ami-{{.BaseOS}}-{{.K8sVersion}}-00-gs" }}
imageLookupBaseOS: "ubuntu-22.04"
imageLookupFormat: {{ "capa-ami-{{.BaseOS}}-v{{.K8sVersion}}-gs" }}
imageLookupOrg: "706635527432"
{{- end }}
{{- end -}}
Expand Down

0 comments on commit 819523b

Please sign in to comment.