Releases: saintdle/pacman-for-k8s
Releases · saintdle/pacman-for-k8s
v0.5.3
Updated files whilst building a new helm chart to allow another method of installation.
kubectl create namespace pacman
helm repo add veducate https://saintdle.github.io/helm-charts/
helm install pacman veducate/pacman -n pacman
# You can see the available values by running
helm show values veducate/pacman
Mongo - removed legacy schema object and duplicate volume object
Pacman - Added liveness probe and readiness probe
secret - removed unused data values
v0.5.2
Updated to Bitnami Mongo 4.4.2 image
v0.5.1
Cleaned up service accounts, added rbac for pod to read node name it runs on to provide more data to user in the Pac-Man UI
v0.5.0
Added security into app, removed LB service for mongoDB pod by default.
v0.2.0
Added install.sh file as well as some changes to the underlying YAMLs to start securing the deployment more.
v0.1.0
Basic first release for use in demo's such as used here with Kasten. [Recording of Kasten Session(https://veducate.co.uk/vmug-recording-protecting-your-tanzu-kubernetes-workload-with-kasten-by-veeam/)