Skip to content

v0.9.1

Latest
Compare
Choose a tag to compare
@oguzhan-yilmaz oguzhan-yilmaz released this 11 Nov 22:01

Github Repo: https://github.com/oguzhan-yilmaz/steampipe-powerpipe-kubernetes
Github Releases: https://github.com/oguzhan-yilmaz/steampipe-powerpipe-kubernetes/releases
Github Pages: https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes/
Github Pages (Helm index): https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes/index.yaml

Helm Repo

helm repo add oguzhan-yilmaz https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes 
helm repo update oguzhan-yilmaz

Helm Install (latest version)

helm repo update oguzhan-yilmaz

helm show values oguzhan-yilmaz/steampipe-powerpipe-kubernetes > values.yaml

# update the values.yaml on your own accord

helm upgrade --install steampipe-powerpipe \
  -n turbot \
  -f values.yaml \
  --create-namespace \
  oguzhan-yilmaz/steampipe-powerpipe-kubernetes

Helm Install (current version)

helm show values oguzhan-yilmaz/steampipe-powerpipe-kubernetes --version 0.9.1 > values.yaml

# update the values.yaml on your own accord

helm upgrade --install steampipe-powerpipe \
  -n turbot \
  -f values.yaml \
  --create-namespace \
  --version 0.9.1 \
  oguzhan-yilmaz/steampipe-powerpipe-kubernetes

ArgoCD Application (current version)

First, download the argocd-application-X.Y.Z.yaml from assets.

kubectl apply -f argocd-application-X.Y.Z.yaml

Full Changelog: v0.8.7...v0.9.1