Skip to content

Commit

Permalink
chore: update csi-secrets-store to v0.0.19 and akv provider to 0.0.12…
Browse files Browse the repository at this point in the history
… (#4203)
  • Loading branch information
aramase authored Jan 27, 2021
1 parent cd336e0 commit 2b6999b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/api/k8s_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const (
virtualKubeletImageReference string = "virtual-kubelet:1.2.1.2"
azureCNINetworkMonitorImageReference string = "networkmonitor:v0.0.8"
tillerImageReference string = "oss/kubernetes/tiller:v2.13.1"
csiSecretsStoreProviderAzureImageReference string = "oss/azure/secrets-store/provider-azure:0.0.11"
csiSecretsStoreDriverImageReference string = "oss/kubernetes-csi/secrets-store/driver:v0.0.18"
csiSecretsStoreProviderAzureImageReference string = "oss/azure/secrets-store/provider-azure:0.0.12"
csiSecretsStoreDriverImageReference string = "oss/kubernetes-csi/secrets-store/driver:v0.0.19"
clusterProportionalAutoscalerImageReference string = "mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.7.1"
azureArcOnboardingImageReference string = "arck8sonboarding.azurecr.io/arck8sonboarding:v0.1.0"
azureKMSProviderImageReference string = "k8s/kms/keyvault:v0.0.10"
Expand Down
4 changes: 2 additions & 2 deletions vhd/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ for NODE_PROBLEM_DETECTOR_VERSION in ${NODE_PROBLEM_DETECTOR_VERSIONS}; do
done

CSI_SECRETS_STORE_PROVIDER_AZURE_VERSIONS="
0.0.11
0.0.12
"
for CSI_SECRETS_STORE_PROVIDER_AZURE_VERSION in ${CSI_SECRETS_STORE_PROVIDER_AZURE_VERSIONS}; do
CONTAINER_IMAGE="mcr.microsoft.com/oss/azure/secrets-store/provider-azure:${CSI_SECRETS_STORE_PROVIDER_AZURE_VERSION}"
Expand All @@ -528,7 +528,7 @@ for CSI_SECRETS_STORE_PROVIDER_AZURE_VERSION in ${CSI_SECRETS_STORE_PROVIDER_AZU
done

CSI_SECRETS_STORE_DRIVER_VERSIONS="
0.0.18
0.0.19
"
for CSI_SECRETS_STORE_DRIVER_VERSION in ${CSI_SECRETS_STORE_DRIVER_VERSIONS}; do
CONTAINER_IMAGE="mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v${CSI_SECRETS_STORE_DRIVER_VERSION}"
Expand Down

0 comments on commit 2b6999b

Please sign in to comment.