Skip to content

Commit c5a34bf

Browse files
committed
[chart] Migrate from stable repository
1 parent a5f19d2 commit c5a34bf

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

chart/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ dependencies:
66
repository: https://helm.min.io/
77
version: 8.0.7
88
- name: mysql
9-
repository: https://charts.helm.sh/stable
10-
version: 1.6.9
9+
repository: https://charts.bitnami.com/bitnami
10+
version: 8.5.1
1111
- name: rabbitmq
1212
repository: https://charts.bitnami.com/bitnami
1313
version: 8.11.4
14-
digest: sha256:870b60fff36fb9c2868887cf688931ef1a2ef47c493c46fe27df63d53a71ed7b
15-
generated: "2021-03-23T19:53:58.841384532-03:00"
14+
digest: sha256:9cbb115287d3731701c556ac1b16be374e8079afda5911a98b551de7c3f04a2f
15+
generated: "2021-04-06T15:40:05.531453033-04:00"

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies:
1717
repository: https://helm.min.io/
1818
condition: minio.enabled
1919
- name: mysql
20-
version: 1.6.9
21-
repository: https://charts.helm.sh/stable
20+
version: 8.5.1
21+
repository: https://charts.bitnami.com/bitnami
2222
condition: mysql.enabled
2323
- name: rabbitmq
2424
version: 8.11.4

chart/templates/db-service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
kind: service
1313
stage: {{ .Values.installation.stage }}
1414
spec:
15-
ports:
15+
ports:
1616
- protocol: TCP
1717
port: 3306
1818
targetPort: 3306
@@ -26,7 +26,7 @@ spec:
2626
component: {{ $comp.name }}
2727
kind: pod
2828
{{- else }}
29-
app: mysql
29+
app.kubernetes.io/name: mysql
3030
{{- end }}
3131
type: {{ $comp.serviceType }}
3232
sessionAffinity: None

chart/values.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -503,18 +503,16 @@ minio:
503503
mysql:
504504
enabled: true
505505
fullnameOverride: mysql
506-
testFramework:
507-
enabled: false
508-
existingSecret: db-password
506+
image:
507+
tag: 5.7
508+
auth:
509+
existingSecret: db-password
509510
serviceAccount:
511+
create: false
510512
name: db
511-
extraVolumes: |
512-
- name: init-scripts
513-
configMap:
514-
name: db-init-scripts
515-
extraVolumeMounts: |
516-
- mountPath: /docker-entrypoint-initdb.d
517-
name: init-scripts
513+
initdbScriptsConfigMap: db-init-scripts
514+
volumePermissions:
515+
enabled: true
518516

519517
rabbitmq:
520518
fullnameOverride: "messagebus"

0 commit comments

Comments
 (0)