mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/osclass] Fix Osclass issue related to mariadb secret name (#4835)
* [bitnami/osclass] Fix Osclass issue related to mariadb secret name * [bitnami/osclass] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
e611f2e6a5
commit
73ae548822
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.1.3
|
||||
version: 1.1.4
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 9.1.4
|
||||
digest: sha256:0fea73dda5a799b991bb2a69005b09c5e327b437ebd4eb523e0535d1f7f56868
|
||||
generated: "2020-12-20T01:13:40.616407096Z"
|
||||
digest: sha256:cfb8534f4ea6d000c32363a495cca208ca7b21dd72ba8e1403acb7a410851d90
|
||||
generated: "2020-12-25T11:48:12.655272425Z"
|
||||
|
||||
@@ -31,4 +31,4 @@ name: osclass
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-osclass
|
||||
- https://osclass.org/
|
||||
version: 9.0.1
|
||||
version: 9.0.2
|
||||
|
||||
@@ -50,12 +50,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
|
||||
{{- if .Values.fullnameOverride -}}
|
||||
{{- printf "%s-mariadb" .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}
|
||||
{{- else -}}
|
||||
{{- $name := default .Chart.Name .Values.nameOverride -}}
|
||||
{{- if contains $name .Release.Name -}}
|
||||
{{- printf "%s-mariadb" .Release.Name | trunc 63 | trimSuffix "-" -}}
|
||||
{{- else -}}
|
||||
{{- printf "%s-%s-mariadb" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/osclass
|
||||
tag: 3.9.0-debian-10-r163
|
||||
tag: 3.9.0-debian-10-r165
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -423,7 +423,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 0.8.0-debian-10-r245
|
||||
tag: 0.8.0-debian-10-r250
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user