diff --git a/.github/workflows/kind-localsetup.yaml b/.github/workflows/kind-localsetup.yaml index 0d9c2d034..d4d34d42f 100644 --- a/.github/workflows/kind-localsetup.yaml +++ b/.github/workflows/kind-localsetup.yaml @@ -56,7 +56,7 @@ jobs: echo "Describe all helmreleases which are not Ready yet" kubectl get helmreleases -A -o json | jq -r '.items[] | select(.status.conditions[]? | select(.type == "Ready" and .status != "True")) | "\(.metadata.namespace) \(.metadata.name)"' | while read namespace name; do kubectl describe helmrelease $name -n $namespace; done echo "Print imagePullSecret" - kubectl get secret ghcr-credentials -n openmfp-system -o yaml + kubectl get secret github -n openmfp-system -o yaml echo "Test docker login and pull" docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ steps.generate-token.outputs.token }} docker pull ghcr.io/openmfp/portal:0.287.0 diff --git a/charts/account-operator/Chart.yaml b/charts/account-operator/Chart.yaml index 71b2e4ca7..d67fd0fc1 100644 --- a/charts/account-operator/Chart.yaml +++ b/charts/account-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: account-operator description: A Helm chart to deploy OpenMFP Account-Operator type: application -version: 0.6.6 +version: 0.6.7 appVersion: "0.162.0" dependencies: - name: account-operator-crds