mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) (#29329)
* [bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) Signed-off-by: David Gomez <dgomezleon@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: David Gomez <dgomezleon@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
0349ba298f
commit
eb13e52124
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 12.2.11 (2024-08-22)
|
||||
## 13.0.0 (2024-09-10)
|
||||
|
||||
* [bitnami/kong] Release 12.2.11 ([#28964](https://github.com/bitnami/charts/pull/28964))
|
||||
* [bitnami/kong] Upgrade Cassandra to 12.x.x (appVersion 5.0.0) ([#29329](https://github.com/bitnami/charts/pull/29329))
|
||||
|
||||
## <small>12.2.11 (2024-08-22)</small>
|
||||
|
||||
* [bitnami/kong] Release 12.2.11 (#28964) ([e5c037e](https://github.com/bitnami/charts/commit/e5c037ef631f585d74a6eb99c13aacff10fe07b6)), closes [#28964](https://github.com/bitnami/charts/issues/28964)
|
||||
|
||||
## <small>12.2.10 (2024-07-25)</small>
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.5.23
|
||||
version: 15.5.28
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.22.0
|
||||
- name: cassandra
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 11.3.13
|
||||
digest: sha256:66db3d1dde954b318ff70b316902eb18475ff2873e9ca0dac3c7b581cb4a8eb3
|
||||
generated: "2024-08-22T01:33:19.127686894Z"
|
||||
version: 12.0.0
|
||||
digest: sha256:c56e6f2862d77530b9ca51fdd880cb33a37924f23e84a67dba2187ab3b42ffeb
|
||||
generated: "2024-09-10T16:57:31.670554+02:00"
|
||||
|
||||
@@ -26,7 +26,7 @@ dependencies:
|
||||
- condition: cassandra.enabled
|
||||
name: cassandra
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 11.x.x
|
||||
version: 12.x.x
|
||||
description: Kong is an open source Microservice API gateway and platform designed for managing microservices requests of high-availability, fault-tolerance, and distributed systems.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/kong/img/kong-stack-220x234.png
|
||||
@@ -45,4 +45,4 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kong
|
||||
version: 12.2.11
|
||||
version: 13.0.0
|
||||
|
||||
@@ -212,7 +212,6 @@ As an alternative, you can use of the preset configurations for pod affinity, po
|
||||
| `global.imageRegistry` | Global Docker image registry | `""` |
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
|
||||
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
|
||||
|
||||
### Common parameters
|
||||
@@ -555,6 +554,10 @@ helm upgrade my-release oci://REGISTRY_NAME/REPOSITORY_NAME/kong \
|
||||
> Note: You need to substitute the placeholders `REGISTRY_NAME` and `REPOSITORY_NAME` with a reference to your Helm chart registry and repository. For example, in the case of Bitnami, you need to use `REGISTRY_NAME=registry-1.docker.io` and `REPOSITORY_NAME=bitnamicharts`.
|
||||
> Note: you need to substitute the placeholders _[POSTGRESQL_PASSWORD]_ with the values obtained from instructions in the installation notes.
|
||||
|
||||
### To 13.0.0
|
||||
|
||||
This major updates the Cassandra subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/pull/29305) you can find more information about the changes introduced in that version.
|
||||
|
||||
### To 12.0.0
|
||||
|
||||
This major bump changes the following security defaults:
|
||||
|
||||
@@ -4,13 +4,12 @@
|
||||
## @section Global parameters
|
||||
## Global Docker image parameters
|
||||
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
|
||||
## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
|
||||
## Current available global Docker image parameters: imageRegistry, imagePullSecrets, defaultStorageClass and compatibility
|
||||
##
|
||||
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
|
||||
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
|
||||
##
|
||||
global:
|
||||
imageRegistry: ""
|
||||
@@ -20,7 +19,6 @@ global:
|
||||
##
|
||||
imagePullSecrets: []
|
||||
defaultStorageClass: ""
|
||||
storageClass: ""
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
compatibility:
|
||||
|
||||
Reference in New Issue
Block a user