Skip to content

Commit

Permalink
Update app-operator and chart-operator for K8s 1.20 support (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 authored Apr 6, 2021
1 parent 5a2f4fb commit 9929316
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update app-operator to v4.0.2.
- Update app-operator to v4.3.2 for Kubernetes 1.20 support.
- Update chart-operator to v2.13.1 for Kubernetes 1.20 support.

## [0.7.0] - 2021-02-24

Expand Down
4 changes: 2 additions & 2 deletions cmd/bootstrap/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ import (
)

const (
appOperatorVersion = "4.0.2"
appOperatorVersion = "4.3.2"
chartMuseumName = "chartmuseum"
chartMuseumCatalogStorageURL = "http://chartmuseum-chartmuseum:8080/charts/"
chartMuseumVersion = "2.13.3"
chartOperatorVersion = "2.9.0"
chartOperatorVersion = "2.13.1"
controlPlaneCatalogStorageURL = "https://giantswarm.github.io/control-plane-catalog/"
helmStableCatalogName = "helm-stable"
helmStableCatalogStorageURL = "https://charts.helm.sh/stable/packages/"
Expand Down

0 comments on commit 9929316

Please sign in to comment.