Skip to content

Commit

Permalink
Merge pull request #9 from projectsyn/helm-chart-10.3.1
Browse files Browse the repository at this point in the history
Bump Keycloak helm chart to 10.3.1
  • Loading branch information
megian authored May 10, 2021
2 parents bdb9be8 + 19bc7aa commit 6fb8779
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v1.0.0]

### Added

- Add ingress configuration support for annotations and TLS secretName ([#7])

### Changed

- Bump the keycloak helm chart version from 10.3.1 to 10.3.1 ([#9])

## [v0.4.0]

### Changed
Expand Down Expand Up @@ -46,15 +50,17 @@ Renamed variables:

- Initial open-source implementation ([#1])

[Unreleased]: https://github.com/projectsyn/component-keycloak/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/projectsyn/component-keycloak/compare/v1.0.0...HEAD
[v0.1.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.1.0
[v0.2.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.2.0
[v0.3.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.3.0
[v0.4.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.4.0
[v1.0.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v1.0.0

[#1]: https://github.com/projectsyn/component-keycloak/pull/1
[#3]: https://github.com/projectsyn/component-keycloak/pull/3
[#4]: https://github.com/projectsyn/component-keycloak/pull/4
[#5]: https://github.com/projectsyn/component-keycloak/pull/5
[#6]: https://github.com/projectsyn/component-keyclaok/pull/6
[#7]: https://github.com/projectsyn/component-keyclaok/pull/7
[#9]: https://github.com/projectsyn/component-keycloak/pull/9
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
namespace: syn-keycloak
release_name: keycloak
charts:
keycloak: '10.3.0'
keycloak: '10.3.1'
# FQDN should be overwritten on the cluster level
fqdn: keycloak.example.com
# Keycloak Admin
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Usually there is just one deployment and therefore no change is required.

[horizontal]
type:: helm chart version
default:: `10.3.0`
default:: `10.3.1`

A specific chart version. See the https://kapitan.dev/external_dependencies/#helm-type[kapitan documentation] for more information.

Expand Down Expand Up @@ -317,4 +317,4 @@ default::
----

All helm_values are passed to the helm chart.
This allows to configure all https://github.com/codecentric/helm-charts/tree/keycloak-10.3.0/charts/keycloak#configuration[keycloak helm chart values].
This allows to configure all https://github.com/codecentric/helm-charts/tree/keycloak-10.3.1/charts/keycloak#configuration[keycloak helm chart values].

0 comments on commit 6fb8779

Please sign in to comment.