Skip to content

Commit

Permalink
Ubuntu 22.04 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageMarcus authored Oct 14, 2022
1 parent 8bca2c3 commit 87997b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set `aws.giantswarm.io/vpc-mode` annotation on AWSCluster.
- Set cluster to paused when vpcMode is set to private

### Changed

- Updated to Kubernetes 1.22.15
- Updated to using Ubuntu 22.04 as base OS

## [0.10.0] - 2022-10-04

### Changed
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-20.04"
imageLookupBaseOS: "ubuntu-22.04"
imageLookupFormat: {{ "capa-ami-{{.BaseOS}}-{{.K8sVersion}}-00-gs" }}
imageLookupOrg: "706635527432"
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-aws/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
clusterName: "" # Cluster name. Defaults to chart release name
clusterDescription: "test" # Cluster description used in metadata.
organization: "" # Organization in which to create the cluster.
kubernetesVersion: 1.22.12
kubernetesVersion: 1.22.15
releaseVersion: 20.0.0-alpha1
baseDomain: "example.com"

Expand Down

0 comments on commit 87997b2

Please sign in to comment.