diff --git a/.VERSION b/.VERSION index afaf360..7f20734 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a1fdb30..ccebfa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ --- +[//]: # (START/v1.0.1) +# v1.0.1 + +## Features + * Typo fixes for README + * Update app name to Connect + +--- + [//]: # (START/v1.0.0) # v1.0.0 diff --git a/README.md b/README.md index 814fdcf..4f85a12 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ helm repo add 1password https://raw.githubusercontent.com/1Password/connect-he Installing the Helm Chart with default configurations will deploy 1Password Connect in your default Namespace. However, Using 1Password Connect in Kubernetes requires that a 1password-credentials.json file be stored as a Kubernetes Secret. This credentials file can be saved as a Kubernetes secret by setting the file in your helm install command: ```bash -helm install connect 1password/onepassword-connect --set-file connect.credentials= +helm install connect 1password/connect --set-file connect.credentials= ``` More information about 1Password Connect and how to generate a 1password-credentials.json file can be found at https://support.1password.com/cs/connect/. @@ -30,13 +30,13 @@ In order to deploy the 1Password Connect Kubernetes Operator along side 1Passwor Please note the following: -1. This operator expects that a secret containing an API token for 1Password Connect is saved to the configured namespace {{ $namespace }}. +1. This operator expects that a secret containing an API token for 1Password Connect is saved to the configured namespace. Creation of a secret for the token can be automated by the Helm Chart by setting `operator.token` to your token's value. If you would prefer to create the token secret manually, the token can be saved as a Kubernetes secret using the following command: ```bash -$ kubectl create secret generic {{ $tokenName --from-literal=token= \ --namespace={{ $namespace }} +$ kubectl create secret generic --from-literal=token= \ --namespace= ``` More information about 1Password Connect and how to generate a 1Password Connect API token can be found at https://support.1password.com/cs/connect/. diff --git a/connect-1.0.1.tgz b/connect-1.0.1.tgz new file mode 100644 index 0000000..62ae7db Binary files /dev/null and b/connect-1.0.1.tgz differ diff --git a/connect/Chart.yaml b/connect/Chart.yaml index 1b6e7be..f8a8058 100644 --- a/connect/Chart.yaml +++ b/connect/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -name: onepassword-connect -version: 1.0.0 +name: connect +version: 1.0.1 description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator keywords: - "1Password" diff --git a/index.yaml b/index.yaml index 5f0d428..68fa780 100644 --- a/index.yaml +++ b/index.yaml @@ -1,9 +1,28 @@ apiVersion: v1 entries: + connect: + - apiVersion: v2 + appVersion: 1.0.0 + created: "2021-04-12T19:25:02.29105-03:00" + description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator + digest: b366d8f3435721ab44153160cad85d35d5f91c02fa0b4fa4860cbc95cda3ce2f + home: https://support.1password.com/cs/connect/ + icon: https://1password.com/img/logo-v1.svg + keywords: + - 1Password + - 1Password Connect + - 1Password Operator + maintainers: + - email: support+business@1password.com + name: 1Password Secrets Integrations Team + name: connect + urls: + - connect-1.0.1.tgz + version: 1.0.1 onepassword-connect: - apiVersion: v2 appVersion: 1.0.0 - created: "2021-04-12T16:47:29.60312-03:00" + created: "2021-04-12T19:25:02.292489-03:00" description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator digest: 27358616c4e3c199ef2c3e383a8ea3161aa49afbb31b122adcb8c849dfdf4770 home: https://support.1password.com/cs/connect/ @@ -21,7 +40,7 @@ entries: version: 1.0.0 - apiVersion: v2 appVersion: "0.3" - created: "2021-04-12T16:47:29.60254-03:00" + created: "2021-04-12T19:25:02.292037-03:00" description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator digest: f604c1ce3bfaf85095bdc4f46fb64f5c353676b172343c84537f4ae0d0e5442c home: https://support.1password.com/cs/connect/ @@ -37,4 +56,4 @@ entries: urls: - onepassword-connect-0.0.1.tgz version: 0.0.1 -generated: "2021-04-12T16:47:29.601763-03:00" +generated: "2021-04-12T19:25:02.289072-03:00"