diff --git a/.github/workflows/helm-workflow.yaml b/.github/workflows/helm-workflow.yaml index 33e175f..f46ecb4 100644 --- a/.github/workflows/helm-workflow.yaml +++ b/.github/workflows/helm-workflow.yaml @@ -7,7 +7,7 @@ on: branches: - main env: - HELM_VERSION: v3.18.3 + HELM_VERSION: v3.19.0 HELMFILE_VERSION: v1.1.2 PYTHON_VERSION: 3.13 jobs: @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 - name: Set up Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4.3.0 with: version: ${{ env.HELM_VERSION }} - uses: actions/setup-python@v4 diff --git a/charts/db-operator/Chart.yaml b/charts/db-operator/Chart.yaml index 6d0db4e..9253b70 100644 --- a/charts/db-operator/Chart.yaml +++ b/charts/db-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: db-operator -version: 1.42.0 +version: 1.42.1 # --------------------------------------------------------------------------------- # -- All supported k8s versions are in the test: # -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml diff --git a/charts/db-operator/templates/test/mysql-test.yaml b/charts/db-operator/templates/test/mysql-test.yaml index 0142936..e80c549 100644 --- a/charts/db-operator/templates/test/mysql-test.yaml +++ b/charts/db-operator/templates/test/mysql-test.yaml @@ -97,7 +97,7 @@ metadata: spec: containers: - name: mysql-writer - image: bitnami/mysql + image: bitnamilegacy/mysql command: - sh - -c @@ -134,7 +134,7 @@ spec: cpu: 100m memory: 128Mi - name: mysql-reader - image: bitnami/mysql + image: bitnamilegacy/mysql command: - sh - -c diff --git a/helmfile.yaml.gotmpl b/helmfile.yaml.gotmpl index 2ce7773..07a3289 100644 --- a/helmfile.yaml.gotmpl +++ b/helmfile.yaml.gotmpl @@ -26,6 +26,8 @@ releases: chart: bitnami/postgresql version: 16.0.6 values: + - image: + repository: bitnamilegacy/postgresql - global: postgresql: auth: @@ -36,6 +38,8 @@ releases: chart: bitnami/mysql version: 11.1.19 values: + - image: + repository: bitnamilegacy/mysql - auth: rootPassword: 123123!! password: 123123!!