-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: update manifest and helm charts for 0.0.15 (#509)
Signed-off-by: Anish Ramasekar <[email protected]>
- Loading branch information
Showing
24 changed files
with
215 additions
and
65 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: secrets-store-csi-driver | ||
repository: https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts | ||
version: 0.0.21 | ||
digest: sha256:60e7b4b099046b358fa55d84e2261eb231513ebb5f86b675c92d7ff11f410b82 | ||
generated: "2021-04-01T15:27:53.43388-07:00" | ||
version: 0.0.22 | ||
digest: sha256:df1deee5af1d441df8fa62cfbf77eed5e62de380328ccede902fc3c3022a1b10 | ||
generated: "2021-05-17T16:07:49.551453-07:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies: | ||
- name: secrets-store-csi-driver | ||
repository: https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts | ||
version: 0.0.21 | ||
version: 0.0.22 | ||
condition: secrets-store-csi-driver.install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
charts/csi-secrets-store-provider-azure/templates/podsecuritypolicy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{{- if .Values.rbac.pspEnabled }} | ||
apiVersion: policy/v1beta1 | ||
kind: PodSecurityPolicy | ||
metadata: | ||
name: {{ template "sscdpa.psp.fullname" . }} | ||
{{ include "sscdpa.labels" . | indent 2 }} | ||
spec: | ||
seLinux: | ||
rule: RunAsAny | ||
privileged: true | ||
volumes: | ||
- hostPath | ||
- secret | ||
hostNetwork: true | ||
hostPorts: | ||
- min: 0 | ||
max: 65535 | ||
fsGroup: | ||
rule: RunAsAny | ||
runAsUser: | ||
rule: RunAsAny | ||
supplementalGroups: | ||
rule: RunAsAny | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
charts/csi-secrets-store-provider-azure/templates/role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{{- if .Values.rbac.pspEnabled }} | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: {{ template "sscdpa.psp.fullname" . }} | ||
namespace: {{ .Release.Namespace }} | ||
{{ include "sscdpa.labels" . | indent 2 }} | ||
rules: | ||
- apiGroups: [ 'policy' ] | ||
resources: [ 'podsecuritypolicies' ] | ||
verbs: [ 'use' ] | ||
resourceNames: | ||
- {{ template "sscdpa.psp.fullname" . }} | ||
{{- end }} |
16 changes: 16 additions & 0 deletions
16
charts/csi-secrets-store-provider-azure/templates/rolebinding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{{- if .Values.rbac.pspEnabled }} | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: {{ template "sscdpa.fullname" . }} | ||
namespace: {{ .Release.Namespace }} | ||
{{ include "sscdpa.labels" . | indent 2 }} | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: {{ template "sscdpa.psp.fullname" . }} | ||
subjects: | ||
- kind: ServiceAccount | ||
name: csi-secrets-store-provider-azure | ||
namespace: {{ .Release.Namespace }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
apiVersion: v1 | ||
entries: | ||
csi-secrets-store-provider-azure: | ||
- apiVersion: v1 | ||
appVersion: 0.0.15 | ||
created: "2021-05-17T16:10:33.398158-07:00" | ||
dependencies: | ||
- condition: secrets-store-csi-driver.install | ||
name: secrets-store-csi-driver | ||
repository: https://raw.githubusercontent.com/kubernetes-sigs/secrets-store-csi-driver/master/charts | ||
version: 0.0.22 | ||
description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster. | ||
digest: c0ab718115bf88065c0dfb060a825217eeb6784b79067c36922619fba0e9c78b | ||
home: https://github.com/Azure/secrets-store-csi-driver-provider-azure | ||
kubeVersion: '>=1.16.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: Anish Ramasekar | ||
name: csi-secrets-store-provider-azure | ||
sources: | ||
- https://github.com/Azure/secrets-store-csi-driver-provider-azure | ||
urls: | ||
- https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts/csi-secrets-store-provider-azure-0.0.19.tgz | ||
version: 0.0.19 | ||
- apiVersion: v1 | ||
appVersion: 0.0.14 | ||
created: "2021-04-01T16:48:44.791244-07:00" | ||
|
@@ -295,4 +316,4 @@ entries: | |
urls: | ||
- https://raw.githubusercontent.com/Azure/secrets-store-csi-driver-provider-azure/master/charts/csi-secrets-store-provider-azure-0.0.5.tgz | ||
version: 0.0.5 | ||
generated: "2021-04-01T16:48:44.78798-07:00" | ||
generated: "2021-05-17T16:10:33.395556-07:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.