Skip to content

Commit

Permalink
Merge pull request #46 from Cyanopus/patch-1
Browse files Browse the repository at this point in the history
update helm-chart deployment to k8s 1.16+
  • Loading branch information
cmattoon authored Feb 22, 2024
2 parents 1ccb71e + bf82246 commit 850bc58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aws-ssm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v1
description: Dynamic secret management for Kubernetes
name: aws-ssm
version: 0.1.7
appVersion: 0.1.7
version: 0.1.8
appVersion: 0.1.8
keywords:
- aws
- secret
Expand Down
6 changes: 5 additions & 1 deletion aws-ssm/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "ssm.fullname" . }}
Expand All @@ -20,6 +20,10 @@ spec:
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
selector:
matchLabels:
app: {{ template "ssm.name" . }}
release: {{ .Release.Name }}
template:
metadata:
labels:
Expand Down

0 comments on commit 850bc58

Please sign in to comment.