Skip to content

Commit

Permalink
Update operator version to 1.8.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
edif2008 authored Aug 23, 2023
2 parents 644830d + 205d045 commit d7c02fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ helm install --set connect.applicationName=connect connect ./connect
| operator.serviceAccount.create | boolean | `{{.Values.operator.create}}` | Denotes whether or not a service account will be created for the 1Password Operator |
| operator.serviceAccount.name | string | `"onepassword-connect-operator"` | The name of the 1Password Conenct Operator |
| operator.tolerations | list | `[]` | List of tolerations to be added to the Operator pods. |
| operator.version | string | `"1.7.1"` | T 1Password Operator version to pull |
| operator.version | string | `"1.8.0"` | T 1Password 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 charts/connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ operator:
pollingInterval: 600

# The 1Password Operator version to pull
version: "1.7.1"
version: "1.8.0"

# Node selector stanza for the Operator pod
# See: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector
Expand Down

0 comments on commit d7c02fe

Please sign in to comment.