Skip to content

Commit

Permalink
omc 0.2.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaetani committed Mar 26, 2024
1 parent 2c984a8 commit a49e3a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
uses: helm/[email protected]
with:
charts_dir: "./"
packages_with_index: true
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_PACKAGE_PATH: .deploy
- name: Merge to gh-pages 📖
uses: devmasx/[email protected]
with:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ helm repo add notifynl https://worth-nl.github.io/helm-charts

## Charts

- [OMC](notifynl-omc/)
- [Documentation](https://github.com/Worth-NL/NotifyNL-OMC/blob/main/Documentation/OMC%20-%20Documentation.md)
### [OMC](notifynl-omc/)

- [Documentation](https://github.com/Worth-NL/NotifyNL-OMC/blob/main/Documentation/OMC%20-%20Documentation.md)

⚠️ Some environment variables are required for a valid configuration, see above documentation for information on these variables.

```
helm install omc notifynl/notifynl-omc
helm install omc notifynl/notifynl-omc -f my.values.yaml
```
4 changes: 2 additions & 2 deletions notifynl-omc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: notifynl-omc
version: "0.2.6-beta"
appVersion: "1.6.3"
version: "0.2.7-beta"
appVersion: "1.6.4"
kubeVersion: ">=1.26.6"
description: "Chart to deploy the NotifyNL OMC application."
icon: "https://avatars.githubusercontent.com/u/138866112?s=200&v=4"
Expand Down
2 changes: 1 addition & 1 deletion notifynl-omc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
image:
registry: "docker.io"
repository: "worthnl/notifynl-omc"
tag: "_1.6.3"
tag: "1.6.4"
fullImage: [] # use this from pipeline, includes registry, repo and tag
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit a49e3a2

Please sign in to comment.