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

Bump operator version to v1.0.1 #42

Merged
merged 2 commits into from
May 4, 2021
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ helm install --set connect.applicationName=connect connect ./connect
| operator.serviceAccount.annotations | object | `{}` | Annotations for the 1Password Connect Service Account |
| operator.serviceAccount.create | boolean | `{{ .Values.operator.create }}` | Denotes whether or not a service account will be created for the 1Password Connect Operator |
| operator.serviceAccount.name | string | `"onepassword-connect-operator"` | The name of the 1Password Conenct Operator |
| operator.version | string | `"1.0.0"` | T 1Password Connect Operator version to pull |
| operator.version | string | `"1.0.1"` | T 1Password Connect Operator version to pull |
| operator.token.key | string | `"token"` | The key for the 1Password Connect token stored in the 1Password token secret |
| operator.token.name | string | `"onepassword-token"` | The name of Kubernetes Secret containing the 1Password Connect API token |
| operator.token.value | string | `"onepassword-token"` | An API token generated for 1Password Connect to be used by the Connect Operator |
Expand Down
2 changes: 1 addition & 1 deletion connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ operator:
imagePullPolicy: IfNotPresent
imageRepository: 1password/onepassword-operator
pollingInterval: 10
version: "1.0.0"
version: "1.0.1"
nodeSelector: {}
watchNamespace:
- "{{ .Release.Namespace }}"
Expand Down