Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: update manifest and helm charts for 0.0.11 #340

Merged
merged 1 commit into from Dec 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/csi-secrets-store-provider-azure/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: csi-secrets-store-provider-azure
version: 0.0.14
appVersion: 0.0.10
version: 0.0.15
appVersion: 0.0.11
kubeVersion: ">=1.16.0-0"
description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster.
sources:
Expand Down
7 changes: 4 additions & 3 deletions charts/csi-secrets-store-provider-azure/README.md
Expand Up @@ -16,6 +16,7 @@ Azure Key Vault provider for Secrets Store CSI driver allows you to get secret c
| `0.0.12` | `0.0.15` | `0.0.9` |
| `0.0.13` | `0.0.16` | `0.0.9` |
| `0.0.14` | `0.0.17` | `0.0.10` |
| `0.0.15` | `0.0.18` | `0.0.11` |

## Installation

Expand Down Expand Up @@ -46,7 +47,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
| `fullnameOverride` | String to fully override csi-secrets-store-provider-azure.fullname template with a string | `""` |
| `image.repository` | Image repository | `mcr.microsoft.com/oss/azure/secrets-store/provider-azure` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.tag` | Azure Keyvault Provider image | `0.0.10` |
| `image.tag` | Azure Keyvault Provider image | `0.0.11` |
| `imagePullSecrets` | Secrets to be used when pulling images | `[]` |
| `logFormatJSON` | Use JSON logging format | `false` |
| `logVerbosity` | Log level. Uses V logs (klog) | `0` |
Expand All @@ -68,7 +69,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
| `secrets-store-csi-driver.linux.metricsAddr` | The address the metric endpoint binds to | `:8080` |
| `secrets-store-csi-driver.linux.image.repository` | Driver Linux image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` |
| `secrets-store-csi-driver.linux.image.pullPolicy` | Driver Linux image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v0.0.17` |
| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v0.0.18` |
| `secrets-store-csi-driver.linux.registrarImage.repository` | Driver Linux node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` |
| `secrets-store-csi-driver.linux.registrarImage.pullPolicy` | Driver Linux node-driver-registrar image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.linux.registrarImage.tag` | Driver Linux node-driver-registrar image tag | `v2.0.1` |
Expand All @@ -80,7 +81,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
| `secrets-store-csi-driver.windows.metricsAddr` | The address the metric endpoint binds to | `:8080` |
| `secrets-store-csi-driver.windows.image.repository` | Driver Windows image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` |
| `secrets-store-csi-driver.windows.image.pullPolicy` | Driver Windows image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v0.0.17` |
| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v0.0.18` |
| `secrets-store-csi-driver.windows.registrarImage.repository` | Driver Windows node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` |
| `secrets-store-csi-driver.windows.registrarImage.pullPolicy` | Driver Windows node-driver-registrar image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.windows.registrarImage.tag` | Driver Windows node-driver-registrar image tag | `v2.0.1` |
Expand Down
6 changes: 3 additions & 3 deletions charts/csi-secrets-store-provider-azure/requirements.lock
@@ -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.17
digest: sha256:211bb2762dee39addea841008c5c021b2279440524e509f61de383cb483b3506
generated: "2020-11-10T14:16:58.14538-08:00"
version: 0.0.18
digest: sha256:ae1600246840518090f17a1766767040354aeed463fb4aaa9c8ff984ff5b9ed7
generated: "2020-12-14T11:28:13.035717-08:00"
@@ -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.17
version: 0.0.18
condition: secrets-store-csi-driver.install
6 changes: 3 additions & 3 deletions charts/csi-secrets-store-provider-azure/values.yaml
@@ -1,6 +1,6 @@
image:
repository: mcr.microsoft.com/oss/azure/secrets-store/provider-azure
tag: 0.0.10
tag: 0.0.11
pullPolicy: IfNotPresent

# One or more secrets to be used when pulling images
Expand Down Expand Up @@ -59,7 +59,7 @@ secrets-store-csi-driver:
metricsAddr: ":8080"
image:
repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver
tag: v0.0.17
tag: v0.0.18
pullPolicy: IfNotPresent
registrarImage:
repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar
Expand All @@ -76,7 +76,7 @@ secrets-store-csi-driver:
metricsAddr: ":8080"
image:
repository: mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver
tag: v0.0.17
tag: v0.0.18
pullPolicy: IfNotPresent
registrarImage:
repository: mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar
Expand Down
24 changes: 23 additions & 1 deletion charts/index.yaml
@@ -1,6 +1,28 @@
apiVersion: v1
entries:
csi-secrets-store-provider-azure:
- apiVersion: v1
appVersion: 0.0.11
created: "2020-12-14T11:31:53.103251-08: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.18
description: A Helm chart to install the Secrets Store CSI Driver and the Azure
Keyvault Provider inside a Kubernetes cluster.
digest: 034d1e50f2a9b0e11ce19bb2c7543fab4df56778e5d256cc12ae8406c4fc5fc3
home: https://github.com/Azure/secrets-store-csi-driver-provider-azure
kubeVersion: '>=1.16.0-0'
maintainers:
- email: anish.ramasekar@gmail.com
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.15.tgz
version: 0.0.15
- apiVersion: v1
appVersion: 0.0.10
created: "2020-11-10T15:30:07.136468-08:00"
Expand Down Expand Up @@ -221,4 +243,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: "2020-11-10T15:30:07.125549-08:00"
generated: "2020-12-14T11:31:53.100257-08:00"
2 changes: 1 addition & 1 deletion deployment/provider-azure-installer-windows.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: csi-secrets-store-provider-azure
containers:
- name: provider-azure-installer
image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.10
image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.11
imagePullPolicy: IfNotPresent
args:
- --endpoint=unix://C:\\provider\\azure.sock
Expand Down
2 changes: 1 addition & 1 deletion deployment/provider-azure-installer.yaml
Expand Up @@ -24,7 +24,7 @@ spec:
hostNetwork: true
containers:
- name: provider-azure-installer
image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.10
image: mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.11
imagePullPolicy: IfNotPresent
args:
- --endpoint=unix:///provider/azure.sock
Expand Down
@@ -1,7 +1,7 @@
apiVersion: v1
name: csi-secrets-store-provider-azure
version: 0.0.14
appVersion: 0.0.10
version: 0.0.15
appVersion: 0.0.11
kubeVersion: ">=1.16.0-0"
description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster.
sources:
Expand Down
Expand Up @@ -16,6 +16,7 @@ Azure Key Vault provider for Secrets Store CSI driver allows you to get secret c
| `0.0.12` | `0.0.15` | `0.0.9` |
| `0.0.13` | `0.0.16` | `0.0.9` |
| `0.0.14` | `0.0.17` | `0.0.10` |
| `0.0.15` | `0.0.18` | `0.0.11` |

## Installation

Expand Down Expand Up @@ -46,7 +47,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
| `fullnameOverride` | String to fully override csi-secrets-store-provider-azure.fullname template with a string | `""` |
| `image.repository` | Image repository | `mcr.microsoft.com/oss/azure/secrets-store/provider-azure` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.tag` | Azure Keyvault Provider image | `0.0.10` |
| `image.tag` | Azure Keyvault Provider image | `0.0.11` |
| `imagePullSecrets` | Secrets to be used when pulling images | `[]` |
| `logFormatJSON` | Use JSON logging format | `false` |
| `logVerbosity` | Log level. Uses V logs (klog) | `0` |
Expand All @@ -68,7 +69,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
| `secrets-store-csi-driver.linux.metricsAddr` | The address the metric endpoint binds to | `:8080` |
| `secrets-store-csi-driver.linux.image.repository` | Driver Linux image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` |
| `secrets-store-csi-driver.linux.image.pullPolicy` | Driver Linux image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v0.0.17` |
| `secrets-store-csi-driver.linux.image.tag` | Driver Linux image tag | `v0.0.18` |
| `secrets-store-csi-driver.linux.registrarImage.repository` | Driver Linux node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` |
| `secrets-store-csi-driver.linux.registrarImage.pullPolicy` | Driver Linux node-driver-registrar image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.linux.registrarImage.tag` | Driver Linux node-driver-registrar image tag | `v2.0.1` |
Expand All @@ -80,7 +81,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
| `secrets-store-csi-driver.windows.metricsAddr` | The address the metric endpoint binds to | `:8080` |
| `secrets-store-csi-driver.windows.image.repository` | Driver Windows image repository | `mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver` |
| `secrets-store-csi-driver.windows.image.pullPolicy` | Driver Windows image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v0.0.17` |
| `secrets-store-csi-driver.windows.image.tag` | Driver Windows image tag | `v0.0.18` |
| `secrets-store-csi-driver.windows.registrarImage.repository` | Driver Windows node-driver-registrar image repository | `mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar` |
| `secrets-store-csi-driver.windows.registrarImage.pullPolicy` | Driver Windows node-driver-registrar image pull policy | `IfNotPresent` |
| `secrets-store-csi-driver.windows.registrarImage.tag` | Driver Windows node-driver-registrar image tag | `v2.0.1` |
Expand Down