mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
kubeapps: bump chart version to 3.6.0
This commit is contained in:
@@ -119,6 +119,9 @@ frontend:
|
||||
## ref: http://kubernetes.io/docs/user-guide/services/#type-loadbalancer
|
||||
##
|
||||
# loadBalancerIP:
|
||||
## Set a specific NodePort (only when frontend.service.type="NodePort")
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#nodeport
|
||||
# nodePort:
|
||||
## Provide any additional annotations which may be required. This can be used to
|
||||
## set the LoadBalancer service type to internal only.
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
|
||||
@@ -185,7 +188,7 @@ apprepository:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-apprepository-controller
|
||||
tag: 1.9.2-scratch-r0
|
||||
tag: 1.10.0-scratch-r0
|
||||
## Kubeapps assets synchronization tool
|
||||
## Image used to perform chart repository syncs
|
||||
## ref: https://hub.docker.com/r/bitnami/kubeapps-asset-syncer/tags/
|
||||
@@ -193,7 +196,7 @@ apprepository:
|
||||
syncImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-asset-syncer
|
||||
tag: 1.9.2-scratch-r0
|
||||
tag: 1.10.0-scratch-r0
|
||||
## Initial charts repo proxies to configure
|
||||
##
|
||||
initialReposProxy:
|
||||
@@ -281,7 +284,7 @@ kubeops:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-kubeops
|
||||
tag: 1.9.2-scratch-r0
|
||||
tag: 1.10.0-scratch-r0
|
||||
service:
|
||||
port: 8080
|
||||
resources:
|
||||
@@ -323,7 +326,7 @@ tillerProxy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-tiller-proxy
|
||||
tag: 1.9.2-scratch-r0
|
||||
tag: 1.10.0-scratch-r0
|
||||
|
||||
## Tiller Proxy service parameters
|
||||
##
|
||||
@@ -397,7 +400,7 @@ assetsvc:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-assetsvc
|
||||
tag: 1.9.2-scratch-r0
|
||||
tag: 1.10.0-scratch-r0
|
||||
## Assetsvc service parameters
|
||||
##
|
||||
service:
|
||||
@@ -457,7 +460,7 @@ dashboard:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubeapps-dashboard
|
||||
tag: 1.9.2-debian-10-r9
|
||||
tag: 1.10.0-debian-10-r0
|
||||
## Dashboard service parameters
|
||||
##
|
||||
service:
|
||||
@@ -627,6 +630,11 @@ authProxy:
|
||||
## OAuth2 Proxy containers' resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
##
|
||||
## Overridable flags for OAuth URIs that Kubeapps uses, useful when serving
|
||||
## Kubeapps under a sub path
|
||||
oauthLoginURI: /oauth2/start
|
||||
oauthLogoutURI: /oauth2/sign_out
|
||||
##
|
||||
resources:
|
||||
## Default values set based on usage data from running Kubeapps instances
|
||||
## ref: https://github.com/kubeapps/kubeapps/issues/478#issuecomment-422979262
|
||||
@@ -640,6 +648,6 @@ authProxy:
|
||||
## Feature flags
|
||||
## These are used to switch on in development features or new features which are ready to be released.
|
||||
featureFlags:
|
||||
reposPerNamespace: false
|
||||
reposPerNamespace: true
|
||||
invalidateCache: true
|
||||
operators: false
|
||||
|
||||
Reference in New Issue
Block a user