github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/foxlake/values.yaml (about) 1 # Default values for foxlake. 2 # This is a YAML-formatted file. 3 # Declare variables to be passed into your templates. 4 5 imagePullSecrets: [] 6 nameOverride: "" 7 fullnameOverride: "" 8 9 10 clusterVersionOverride: "" 11 12 ## @param application images 13 ## 14 images: 15 pullPolicy: IfNotPresent 16 foxlake: 17 repository: apecloud/foxlake 18 pullPolicy: IfNotPresent 19 tag: "main" 20 mysql: 21 repository: mysql 22 pullPolicy: IfNotPresent 23 tag: "8.0.30"