cmattoon / aws-ssm

Populates Kubernetes Secrets from AWS Parameter Store
https://hub.docker.com/r/cmattoon/aws-ssm/
Apache License 2.0
166 stars 32 forks source link

update helm-chart deployment to k8s 1.16+ #46

Closed Cyanopus closed 6 months ago

Cyanopus commented 4 years ago

In 1.16+ k8s supports only apps/v1 . It will still be compatible with older versions as apps/v1 is available since 1.9

https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   47.61%   47.61%           
=======================================
  Files           4        4           
  Lines         210      210           
=======================================
  Hits          100      100           
  Misses        107      107           
  Partials        3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 515e08c...3cc0a45. Read the comment docs.

lcostea commented 4 years ago

@Cyanopus I think you should bump also the chart version (probably 0.2.0)

Cyanopus commented 4 years ago

@lcostea I've updated to 1.8 as this is no breaking change.