Skip to content

Commit

Permalink
Merge pull request #187 from 1Password/release-connect-v1.15.0
Browse files Browse the repository at this point in the history
Release connect-helm-chart v1.15.0
  • Loading branch information
volodymyrZotov authored Mar 5, 2024
2 parents 10c6129 + 98f3496 commit e6b2a3a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions charts/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@

---

[//]: # (START/v1.15.0)
# v1.15.0

## Features
* Proxy Support or custom env. {#152}
* Bump operator to v1.8.1

---

[//]: # (START/v1.14.0)
# v1.14.0

Expand Down
2 changes: 1 addition & 1 deletion charts/connect/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: connect
version: 1.14.0
version: 1.15.0
description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
keywords:
- "1Password"
Expand Down
6 changes: 3 additions & 3 deletions charts/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ helm install --set connect.applicationName=connect connect ./connect
### Values

| Key | Type | Default | Description |
| ----------------------------------- | ---------- | ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|-------------------------------------|------------|------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| connect.create | boolean | `true` | Denotes whether the 1Password Connect server will be deployed |
| connect.replicas | integer | `1` | The number of replicas to run the 1Password Connect deployment |
| connect.applicationName | string | `"onepassword-connect"` | The name of 1Password Connect Application |
Expand Down Expand Up @@ -99,7 +99,7 @@ helm install --set connect.applicationName=connect connect ./connect
| connect.tls.enabled | boolean | `false` | Denotes whether the Connect API is secured with TLS |
| connect.tls.secret | string | `"op-connect-tls"` | The name of the secret containing the TLS key (`tls.key`) and certificate (`tls.crt`) |
| connect.tolerations | list | `[]` | List of tolerations to be added to the Connect API pods. |
| connect.customEnvVars | array | `[]]` | Custom Environment Variables for the 1Password Connect container. |
| connect.customEnvVars | array | `[]` | Custom Environment Variables for the 1Password Connect container. |
| connect.version | string | `{{.Chart.AppVersion}}` | The 1Password Connect version to pull |
| operator.autoRestart | boolean | `false` | Denotes whether the 1Password Operator will automatically restart deployments based on associated updated secrets. |
| operator.create | boolean | `false` | Denotes whether the 1Password Operator will be deployed |
Expand All @@ -121,7 +121,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.8.0"` | T 1Password Operator version to pull |
| operator.version | string | `"1.8.1"` | 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 @@ -216,7 +216,7 @@ operator:
pollingInterval: 600

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

# 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 e6b2a3a

Please sign in to comment.