From 0ecab3b21b2347c288cbbced07890087294b5aef Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:42:57 +0200 Subject: [PATCH] [SIS-xxx] preparing for 1.4.4 release --- .github/workflows/release.yml | 2 +- deployment/helm/sissi/Chart.yaml | 2 +- deployment/helm/sissi/values.yaml | 6 +++--- deployment/image-packaging/src/main/docker/.env | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef3f371c..53220d01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,6 @@ jobs: - name: Helm push working-directory: ./deployment/helm/ run: |- - helm registry login -u ${{ secrets.HARBOR_USERNAME }} -p ${{ secrets.HARBOR_TOKEN }} harbor.sheldan.dev + helm registry login -u '${{ secrets.HARBOR_USERNAME }}' -p '${{ secrets.HARBOR_TOKEN }}' harbor.sheldan.dev helm package sissi helm push sissi*.tgz oci://harbor.sheldan.dev/sissi diff --git a/deployment/helm/sissi/Chart.yaml b/deployment/helm/sissi/Chart.yaml index c9cb613a..56a798fd 100644 --- a/deployment/helm/sissi/Chart.yaml +++ b/deployment/helm/sissi/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.4.3" +appVersion: "1.4.4" diff --git a/deployment/helm/sissi/values.yaml b/deployment/helm/sissi/values.yaml index aa719a4d..6bbc6ecb 100644 --- a/deployment/helm/sissi/values.yaml +++ b/deployment/helm/sissi/values.yaml @@ -8,7 +8,7 @@ bot: repository: harbor.sheldan.dev/testing pullPolicy: IfNotPresent image: sissi - tag: 1.4.3 + tag: 1.4.4 templateDeployment: enabled: true @@ -21,7 +21,7 @@ templateDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-template-data - tag: 1.4.3 + tag: 1.4.4 dbConfigDeployment: enabled: true @@ -34,7 +34,7 @@ dbConfigDeploymentData: repository: harbor.sheldan.dev/sissi pullPolicy: Always image: sissi-db-data - tag: 1.4.3 + tag: 1.4.4 dbCredentials: host: diff --git a/deployment/image-packaging/src/main/docker/.env b/deployment/image-packaging/src/main/docker/.env index 15b5c2cd..42c43865 100644 --- a/deployment/image-packaging/src/main/docker/.env +++ b/deployment/image-packaging/src/main/docker/.env @@ -1,2 +1,2 @@ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ -VERSION=1.4.3 \ No newline at end of file +VERSION=1.4.4 \ No newline at end of file