diff --git a/charts/control-plane/Chart.yaml b/charts/control-plane/Chart.yaml index 4b582c7..bef72e6 100644 --- a/charts/control-plane/Chart.yaml +++ b/charts/control-plane/Chart.yaml @@ -3,8 +3,8 @@ name: control-plane description: Synadia Control Plane home: https://www.synadia.com/ type: application -version: 1.0.2-rc.0 -appVersion: 1.1.0-rc.3 +version: 1.1.0 +appVersion: 1.1.0 maintainers: - name: Synadia url: https://github.com/synadia-io diff --git a/charts/control-plane/README.md b/charts/control-plane/README.md index df2b2a1..5dcbcfa 100644 --- a/charts/control-plane/README.md +++ b/charts/control-plane/README.md @@ -47,7 +47,7 @@ ingress: enabled: true className: nginx hosts: - - host: cp.nats.io + - host: cp.nats.io tlsSecretName: ingress-tls ``` @@ -64,7 +64,7 @@ ingress: enabled: true className: nginx hosts: - - host: cp.nats.io + - host: cp.nats.io tlsSecretName: ingress-tls ``` @@ -104,7 +104,7 @@ By default, the Control Plane deployment is a 1-replica Deployment that will cre Requirements for an HA Deployment: -1. KMS Key URL. URLs for KMS integrations are documented on the [GoCloud Secrets](https://gocloud.dev/howto/secrets/) website. +1. KMS Key URL. URLs for KMS integrations are documented on the [GoCloud Secrets](https://gocloud.dev/howto/secrets/) website. This script will generate a random base64 key, which can be used as the KMS Key URL: ```bash echo "base64key://$(head -c 32 /dev/urandom | base64)" diff --git a/charts/control-plane/values.yaml b/charts/control-plane/values.yaml index 8e93e08..71e647b 100644 --- a/charts/control-plane/values.yaml +++ b/charts/control-plane/values.yaml @@ -183,7 +183,7 @@ podTemplate: container: image: repository: control-plane - tag: 1.1.0-rc.3 + tag: 1.1.0 pullPolicy: # defaults to imagePullSecret.registry if imagePullSecret is enabled # defaults to global.registry if imagePullSecret is disabled