diff --git a/.github/workflows/release.yml b/.github/workflows/release-charts.yml similarity index 84% rename from .github/workflows/release.yml rename to .github/workflows/release-charts.yml index f494cf6..8dec679 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release-charts.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: configure git @@ -18,6 +18,6 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + uses: helm/chart-releaser-action@v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/application-devspaces.yaml b/application-devspaces.yaml index 304242a..ca817f7 100644 --- a/application-devspaces.yaml +++ b/application-devspaces.yaml @@ -7,7 +7,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/juliaaano/ocp-cluster-addons + repoURL: https://github.com/rhpds/ocp-cluster-addons targetRevision: main path: devspaces helm: diff --git a/application-rhoai.yaml b/application-rhoai.yaml index daa839c..75892da 100644 --- a/application-rhoai.yaml +++ b/application-rhoai.yaml @@ -7,7 +7,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/juliaaano/ocp-cluster-addons + repoURL: https://github.com/rhpds/ocp-cluster-addons targetRevision: main path: rhoai helm: diff --git a/application-rhsso.yaml b/application-rhsso.yaml index ff11d41..49b1286 100644 --- a/application-rhsso.yaml +++ b/application-rhsso.yaml @@ -7,7 +7,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/juliaaano/ocp-cluster-addons + repoURL: https://github.com/rhpds/ocp-cluster-addons targetRevision: main path: rhsso helm: diff --git a/charts/openshift-gitops/Chart.yaml b/charts/openshift-gitops/Chart.yaml index 4f6958a..ca5656f 100644 --- a/charts/openshift-gitops/Chart.yaml +++ b/charts/openshift-gitops/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/openshift-gitops/README.md b/charts/openshift-gitops/README.md index 4c247f4..3041b94 100644 --- a/charts/openshift-gitops/README.md +++ b/charts/openshift-gitops/README.md @@ -15,13 +15,13 @@ For this reason, the chart has two separate values that can be set to `true` to To install the OpenShift GitOps operator, run the following command: ```shell -helm template https://github.com/juliaaano/ocp-cluster-addons/releases/download/openshift-gitops-1.0.1/openshift-gitops-1.0.1.tgz --set operator.install=true | oc apply -f - +helm template https://github.com/rhpds/ocp-cluster-addons/releases/download/openshift-gitops-1.0.0/openshift-gitops-1.0.0.tgz --set operator.install=true | oc apply -f - ``` To configure the ArgoCD instance, run the following command: ```shell -helm template https://github.com/juliaaano/ocp-cluster-addons/releases/download/openshift-gitops-1.0.1/openshift-gitops-1.0.1.tgz --set argocd.install=true | oc apply -f - +helm template https://github.com/rhpds/ocp-cluster-addons/releases/download/openshift-gitops-1.0.0/openshift-gitops-1.0.0.tgz --set argocd.install=true | oc apply -f - ``` ## OpenShift Console Plugin