Skip to content

IRIS-NG-v1.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 18:48
· 1 commit to main since this release

IRIS-NG Community Edition — IRIS-NG-v1.0.2

Full notes: CHANGELOG.md
· Wiki
· Getting Started

Container images

Published to GHCR by the image workflows on this same tag. The image
tag replaces + with -, since + is not valid in a Docker tag:

docker pull ghcr.io/zach115th/iriswebapp_app:IRIS-NG-v1.0.2
docker pull ghcr.io/zach115th/iriswebapp_db:IRIS-NG-v1.0.2
docker pull ghcr.io/zach115th/iriswebapp_nginx:IRIS-NG-v1.0.2

Running from source instead is the tested path — see
Getting Started.

Helm chart

The packaged chart is attached to this release:

helm install iris-ng \
  https://github.com/zach115th/iris-ng/releases/download/IRIS-NG-v1.0.2/iris-web-0.4.1.tgz \
  -n iris --create-namespace -f my-values.yaml

Change the ingress hostname and every shipped secret first — see the
Kubernetes wiki page.

No registration, activation, or license key is required.

Full Changelog: https://github.com/zach115th/iris-ng/commits/IRIS-NG-v1.0.2