diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index c31cb4f..7793631 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -12,12 +12,6 @@ jobs: with: fetch-depth: 0 - - name: Login to DockerHub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - name: Read Yaml id: yaml run: | diff --git a/README.md b/README.md index 1cd898f..e30ed0d 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ ### Helm Chart ```bash -helm repo add maxisam https://maxisam.github.io/mgob/ -helm repo update +helm pull oci://registry-1.docker.io/maxisam/mgob --version 1.8.3 helm upgrade --install mgob maxisam/mgob --namespace mgob --create-namespace ```