mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
feat(trow): upgrade container image and values
This commit is contained in:
parent
f8d1bb4a60
commit
225f83d44b
2 changed files with 18 additions and 10 deletions
|
@ -2,6 +2,6 @@ config:
|
||||||
description: Container Image Registry
|
description: Container Image Registry
|
||||||
apps:
|
apps:
|
||||||
- name: trow
|
- name: trow
|
||||||
repoURL: https://github.com/ContainerSolutions/trow/
|
repoURL: https://github.com/Trow-Registry/trow
|
||||||
path: charts/trow
|
path: charts/trow
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
image:
|
image:
|
||||||
repository: containersol/trow
|
tag: latest
|
||||||
tag: "0.3.5"
|
# #repository: ghcr.io/trow-registry/trow
|
||||||
|
# repository: containersol/trow
|
||||||
|
|
||||||
trow:
|
trow:
|
||||||
|
logLevel: info
|
||||||
domain: reg.dc
|
domain: reg.dc
|
||||||
validation:
|
validation:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -10,6 +12,19 @@ trow:
|
||||||
allowKubernetes: true
|
allowKubernetes: true
|
||||||
proxyDockerHub: true
|
proxyDockerHub: true
|
||||||
|
|
||||||
|
# proxyConfig:
|
||||||
|
# enableWebhook: false
|
||||||
|
# ## Ignore or Fail
|
||||||
|
# onWebhookFailure: Ignore
|
||||||
|
# config:
|
||||||
|
# offline: false
|
||||||
|
# registries:
|
||||||
|
# - alias: docker
|
||||||
|
# host: registry-1.docker.io
|
||||||
|
# - alias: quay
|
||||||
|
# host: quay.io
|
||||||
|
#
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8000
|
port: 8000
|
||||||
|
@ -34,10 +49,3 @@ resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
|
|
||||||
automountServiceAccountToken: false
|
|
||||||
podSecurityContext:
|
|
||||||
runAsUser: 333333
|
|
||||||
runAsGroup: 333333
|
|
||||||
fsGroup: 333333
|
|
||||||
containerSecurityContext: {}
|
|
||||||
|
|
Loading…
Reference in a new issue