Skip to content

v0.11.24

Latest

Choose a tag to compare

@oguzhan-yilmaz oguzhan-yilmaz released this 12 Oct 19:38
· 8 commits 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 steampipe-powerpipe-kubernetes https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes 
helm repo update steampipe-powerpipe-kubernetes

Helm Install (latest version)

helm repo update steampipe-powerpipe-kubernetes

helm show values steampipe-powerpipe-kubernetes/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 \
  steampipe-powerpipe-kubernetes/steampipe-powerpipe-kubernetes

Helm Install (current version)

helm show values steampipe-powerpipe-kubernetes/steampipe-powerpipe-kubernetes --version 0.11.24 > values.yaml

# update the values.yaml on your own accord

helm upgrade --install steampipe-powerpipe \
  -n turbot \
  -f values.yaml \
  --create-namespace \
  --version 0.11.24 \
  steampipe-powerpipe-kubernetes/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.11.23...v0.11.24