Skip to content

v0.8.7

Compare
Choose a tag to compare
@oguzhan-yilmaz oguzhan-yilmaz released this 31 Oct 19:14
· 1 commit to main since this release

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.8.7 > values.yaml

# update the values.yaml on your own accord

helm upgrade --install steampipe-powerpipe \
  -n turbot \
  -f values.yaml \
  --create-namespace \
  --version 0.8.7 \
  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.6...v0.8.7