File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - main
99env :
10- HELM_VERSION : v3.18.3
10+ HELM_VERSION : v3.19.0
1111 HELMFILE_VERSION : v1.1.2
1212 PYTHON_VERSION : 3.13
1313jobs :
2121 - name : Set up Go
2222 uses : actions/setup-go@v3
2323 - name : Set up Helm
24- uses : azure/setup-helm@v3
24+ uses : azure/setup-helm@v4.3.0
2525 with :
2626 version : ${{ env.HELM_VERSION }}
2727 - uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 11apiVersion : v2
22type : application
33name : db-operator
4- version : 1.42.0
4+ version : 1.42.1
55# ---------------------------------------------------------------------------------
66# -- All supported k8s versions are in the test:
77# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ metadata:
9797spec :
9898 containers :
9999 - name : mysql-writer
100- image : bitnami /mysql
100+ image : bitnamilegacy /mysql
101101 command :
102102 - sh
103103 - -c
@@ -134,7 +134,7 @@ spec:
134134 cpu : 100m
135135 memory : 128Mi
136136 - name : mysql-reader
137- image : bitnami /mysql
137+ image : bitnamilegacy /mysql
138138 command :
139139 - sh
140140 - -c
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ releases:
2626 chart: bitnami/postgresql
2727 version: 16.0.6
2828 values:
29+ - image:
30+ repository: bitnamilegacy/postgresql
2931 - global:
3032 postgresql:
3133 auth:
@@ -36,6 +38,8 @@ releases:
3638 chart: bitnami/mysql
3739 version: 11.1.19
3840 values:
41+ - image:
42+ repository: bitnamilegacy/mysql
3943 - auth:
4044 rootPassword: 123123!!
4145 password: 123123!!
You can’t perform that action at this time.
0 commit comments