diff --git a/.vib/whereabouts/vib-publish.json b/.vib/whereabouts/vib-publish.json index db726b119e51ed..768e922dceebc2 100644 --- a/.vib/whereabouts/vib-publish.json +++ b/.vib/whereabouts/vib-publish.json @@ -53,6 +53,8 @@ "action_id": "helm-publish", "params": { "repository": { + "kind": "S3", + "url": "{VIB_ENV_S3_URL}", "authn": { "access_key_id": "{VIB_ENV_S3_ACCESS_KEY_ID}", "secret_access_key": "{VIB_ENV_S3_SECRET_ACCESS_KEY}" diff --git a/bitnami/whereabouts/Chart.yaml b/bitnami/whereabouts/Chart.yaml index 697206e0da0cab..3174f749e17204 100644 --- a/bitnami/whereabouts/Chart.yaml +++ b/bitnami/whereabouts/Chart.yaml @@ -24,4 +24,4 @@ name: whereabouts sources: - https://github.com/bitnami/containers/tree/main/bitnami/whereabouts - https://github.com/k8snetworkplumbingwg/whereabouts/ -version: 0.1.2 +version: 0.1.3