Skip to content

Commit

Permalink
Merge pull request #20 from tum-gis/feature/relax-kubeVersion
Browse files Browse the repository at this point in the history
Relax kubeVersion check
  • Loading branch information
BWibo authored Aug 23, 2023
2 parents ed27dea + a719de0 commit 7e1c658
Show file tree
Hide file tree
Showing 3 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 @@ -10,6 +10,10 @@ For releases `< 1.0.0` minor version step indicate breaking changes.

## [Unreleased] - YYYY-MM-DD

### Changed

- Relax `kubeVersion` of chart for better compatibility with custom/pre-release Kubernetes versions

## [sddi-ckan-1.2.1] - 2023-08-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion charts/sddi-ckan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sources:

version: 1.2.1
appVersion: "1.2.0"
kubeVersion: ">= 1.23.0"
kubeVersion: ">= 1.23.0-0"

maintainers:
- email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/sddi-ckan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Helm Chart for a SDDI enabled CKAN catalog. See [CHANGELOG](https://github.com/t

## Requirements

Kubernetes: `>= 1.23.0`
Kubernetes: `>= 1.23.0-0`

| Repository | Name | Version |
|------------|------|---------|
Expand Down

0 comments on commit 7e1c658

Please sign in to comment.