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

Update Connect server to v1.1.0 #40

Merged
merged 6 commits into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
Changes from 3 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/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ maintainers:
- name: 1Password Secrets Integrations Team
email: support+business@1password.com
icon: https://avatars.githubusercontent.com/u/38230737
appVersion: "1.0.0"
appVersion: "1.1.0"
2 changes: 1 addition & 1 deletion connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $ helm install --set connect.applicationName=connect connect ./connect
| connect.sync.imageRepository | string | `"1password/connect-sync` | The 1Password Connect Sync repository |
| connect.sync.name | string | `"connect-sync"` | The name of the 1Password Connect Sync container |
| connect.sync.resources | object | `{}` | The resources requests/limits for the 1Password Connect Sync pod |
| connect.version | string | `"0.3"` | The 1Password Connect version to pull |
| connect.version | string | `{{ .Chart.AppVersion }}` | The 1Password Connect version to pull |
| operator.autoRestart | boolean | `false` | Denotes whether the 1Password Connect Operator will automatically restart deployments based on associated updated secrets. |
| operator.create | boolean | `false` | Denotes whether the 1Password Connect Operator will be deployed |
| operator.imagePullPolicy | string | `"IfNotPresent` | The 1Password Connect Operator image pull policy |
Expand Down
2 changes: 1 addition & 1 deletion connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ connect:
type: emptyDir
values: {}
imagePullPolicy: IfNotPresent
version: "1.0.0"
version:
florisvdg marked this conversation as resolved.
Show resolved Hide resolved
nodeSelector: {}

operator:
Expand Down