Skip to content

Commit

Permalink
add CRDs for version v1.0.0 (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
Tyk-ITS and actions-user authored Oct 10, 2024
1 parent f07e5d0 commit 3c6cfcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/tyk-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ envVars:
value: "8443"
- name: TYK_HTTP_INGRESS_PORT
value: "8080"
# The license key can also be added as an environment variable, but it is not recommended.
# - name: TYK_OPERATOR_LICENSEKEY
# value: "{YOUR_LICENSE_KEY}"

image:
repository: tykio/tyk-operator
pullPolicy: IfNotPresent
tag: "v0.18.0"
tag: "v1.0.0"
# specify imagePullSecrets for ServiceAccount
imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 3c6cfcd

Please sign in to comment.