Skip to content

Commit

Permalink
version to: v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
komalsukhani committed Jul 21, 2023
1 parent 35f7883 commit d9d438d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 1 addition & 11 deletions helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
replicaCount: 1

# loads environment variables to the operator.
envFrom:
- secretRef:
Expand All @@ -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
Expand All @@ -26,32 +23,26 @@ fullnameOverride: ""
# configMap:
# name: custom-ca-configmap
extraVolumes: []

# extraVolumeMounts is a list of volume mounts to be added to the pod
# extraVolumeMounts:
# - name: ca-certs
# mountPath: /etc/ssl/certs/your-cert.pem
# 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:
allowPrivilegeEscalation: false
resources: {}
nodeSelector: {}
hostNetwork: false

# rbac specifies necessary resources for kube-rbac-proxy container
rbac:
resources: {}
Expand All @@ -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.
Expand Down

0 comments on commit d9d438d

Please sign in to comment.