Release v0.1.4
π What's Changed
β¨ Features
- No new features
π Bug Fixes
- fix: remove bash parameter expansion from secret.yaml (83de23a)
π Documentation
- No documentation changes
π§ Other Changes
- No other changes
π³ Docker Image
Pull the image:
docker pull ghcr.io/open-service-portal/app-portal:0.1.4π’ Deployment
The deployment workflow can be triggered:
- Automatically via the
workflow_callevent - Manually from the Actions tab
- From another repository using a GitHub token
To manually deploy this version:
# Update your .env.kubernetes with the new image
export DOCKER_IMAGE=ghcr.io/open-service-portal/app-portal:0.1.4
# Run the deployment script
./kubernetes-deploy.shFull Changelog: v0.1.3...v0.1.4