From d9d438dfc7e920624537859c05be1cf8f5254ccc Mon Sep 17 00:00:00 2001 From: Komal Sukhani Date: Fri, 21 Jul 2023 17:56:03 +0530 Subject: [PATCH] version to: v0.15.0 --- helm/Chart.yaml | 2 +- helm/values.yaml | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 40d88fcf8..0b39413fa 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: tyk-operator description: A Helm chart to install the tyk-operator type: application -version: 0.14.2 # version of the chart +version: 0.15.0 # version of the chart diff --git a/helm/values.yaml b/helm/values.yaml index a495c2fa4..7e79bf499 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,5 +1,4 @@ replicaCount: 1 - # loads environment variables to the operator. envFrom: - secretRef: @@ -12,11 +11,9 @@ envVars: image: repository: tykio/tyk-operator pullPolicy: IfNotPresent - tag: "v0.14.2" - + tag: "v0.15.0" nameOverride: "" fullnameOverride: "" - # extraVolumes is a list of volumes to be added to the pod # extraVolumes: # - name: ca-certs @@ -26,7 +23,6 @@ fullnameOverride: "" # configMap: # name: custom-ca-configmap extraVolumes: [] - # extraVolumeMounts is a list of volume mounts to be added to the pod # extraVolumeMounts: # - name: ca-certs @@ -34,16 +30,12 @@ extraVolumes: [] # subPath: your-cert.pem # readOnly: false extraVolumeMounts: [] - # healthProbePort identifies the port the Controller Manager will listen on. Used by liveness and readiness probes healthProbePort: 8081 - # metricsPort identifies the port on which Tyk Operator metrics are served metricsPort: 8080 - # webhookPort identifies the port on which webhooks are handled webhookPort: 9443 - annotations: {} podAnnotations: {} podSecurityContext: @@ -51,7 +43,6 @@ podSecurityContext: resources: {} nodeSelector: {} hostNetwork: false - # rbac specifies necessary resources for kube-rbac-proxy container rbac: resources: {} @@ -61,7 +52,6 @@ rbac: pullPolicy: IfNotPresent tag: "v0.8.0" port: 8443 - # serviceMonitor decides deploying ServiceMonitor if Prometheus Operator scrapes /metrics. # By default it is set to false and set it to true to enable deploying Service Monitor. # Tyk Operator publishes a collection of performance metrics for each controller.