mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 21:07:10 +08:00
[bitnami/concourse] Global StorageClass as default value (#28006)
This commit is contained in:
committed by
GitHub
parent
70f6b861f2
commit
841a853202
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 4.2.8 (2024-07-03)
|
||||
## 4.2.9 (2024-07-16)
|
||||
|
||||
* [bitnami/concourse] Release 4.2.8 ([#27727](https://github.com/bitnami/charts/pull/27727))
|
||||
* [bitnami/concourse] Global StorageClass as default value ([#28006](https://github.com/bitnami/charts/pull/28006))
|
||||
|
||||
## <small>4.2.8 (2024-07-03)</small>
|
||||
|
||||
* [bitnami/*] Update README changing TAC wording (#27530) ([52dfed6](https://github.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)), closes [#27530](https://github.com/bitnami/charts/issues/27530)
|
||||
* [bitnami/concourse] Release 4.2.8 (#27727) ([620335f](https://github.com/bitnami/charts/commit/620335fb27cad38074d5ce6b3bb18e9f1c8f16b2)), closes [#27727](https://github.com/bitnami/charts/issues/27727)
|
||||
|
||||
## <small>4.2.7 (2024-06-18)</small>
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.5.12
|
||||
version: 15.5.16
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.3
|
||||
digest: sha256:815ea3163c449ca3e88cadd8d00bf048cdbebabc676c871ae56ca3a70ff96526
|
||||
generated: "2024-07-03T07:23:16.600132294Z"
|
||||
version: 2.20.5
|
||||
digest: sha256:fa0f7a28e273a6801480324063a68befd162e0cf065fe33ee879dd118eb3deab
|
||||
generated: "2024-07-16T12:04:11.255087+02:00"
|
||||
|
||||
@@ -12,29 +12,29 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 7.11.2
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.X.X
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.X.X
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Concourse is an automation system written in Go. It is most commonly used for CI/CD, and is built to scale to any kind of automation pipeline, from simple to complex.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/concourse/img/concourse-stack-220x234.png
|
||||
keywords:
|
||||
- concourse
|
||||
- ci
|
||||
- cd
|
||||
- http
|
||||
- web
|
||||
- application
|
||||
- concourse
|
||||
- ci
|
||||
- cd
|
||||
- http
|
||||
- web
|
||||
- application
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: concourse
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
|
||||
version: 4.2.8
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
|
||||
version: 4.2.9
|
||||
|
||||
@@ -192,7 +192,8 @@ The [Bitnami Concourse](https://github.com/bitnami/containers/tree/main/bitnami/
|
||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
|
||||
| `global.imageRegistry` | Global Docker image registry | `""` |
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||
| `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) | `disabled` |
|
||||
|
||||
### Common parameters
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
|
||||
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
|
||||
##
|
||||
global:
|
||||
imageRegistry: ""
|
||||
@@ -16,6 +17,7 @@ global:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
imagePullSecrets: []
|
||||
defaultStorageClass: ""
|
||||
storageClass: ""
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user