Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

bump kubernetes version to v1.23.16 #196

Merged
merged 1 commit into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Make `baseDomain` a required value.
- Bump kubernetes version to v1.23.16

## [0.33.1] - 2022-11-08

Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-gcp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clusterName: "test" # Name of cluster. Used as base name for all cluster resour
clusterDescription: "" # Cluster description used in metadata.
organization: "" # Organization in which to create the cluster.
baseDomain: "" # Customer base domain, generally of the form "<customer codename>.gigantic.io".
kubernetesVersion: 1.23.13
kubernetesVersion: 1.23.16
ubuntuImageVersion: "2204"

vmImageBase: "https://www.googleapis.com/compute/v1/projects/giantswarm-vm-images/global/images/"
Expand Down