Skip to content

Commit

Permalink
Make rhpds specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano committed Aug 30, 2024
1 parent 7591522 commit 9649f94
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: configure git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- 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 }}"
2 changes: 1 addition & 1 deletion application-devspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion application-rhoai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion application-rhsso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/openshift-gitops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/openshift-gitops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9649f94

Please sign in to comment.