Skip to content

Releases: oguzhan-yilmaz/steampipe-powerpipe-kubernetes

v0.4.3

16 Oct 11:53
Compare
Choose a tag to compare

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

# update the values.yaml on your own accord

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

ArgoCD Application (current version)

First, download the argocd-application.yaml from assets.

kubectl apply -f argocd-application.yaml

Full Changelog: v0.4.2...v0.4.3

v0.4.2

16 Oct 11:47
Compare
Choose a tag to compare

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

# update the values.yaml on your own accord

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

ArgoCD Application (current version)

First, download the argocd-application.yaml from assets.

kubectl apply -f argocd-application.yaml

Full Changelog: v0.4.1...v0.4.2

v0.3.9

15 Oct 19:37
Compare
Choose a tag to compare

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 upgrade --install steampipe-powerpipe \
  -n turbot \
  --create-namespace \
  oguzhan-yilmaz/steampipe-powerpipe-kubernetes

Helm Install (current version)

helm upgrade --install steampipe-powerpipe \
  -n turbot \
  --create-namespace \
  --version 0.3.9 \
  oguzhan-yilmaz/steampipe-powerpipe-kubernetes

Full Changelog: v0.3.8...v0.3.9