mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +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
|
||||
apps:
|
||||
- name: trow
|
||||
repoURL: https://github.com/ContainerSolutions/trow/
|
||||
repoURL: https://github.com/Trow-Registry/trow
|
||||
path: charts/trow
|
||||
targetRevision: main
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
image:
|
||||
repository: containersol/trow
|
||||
tag: "0.3.5"
|
||||
tag: latest
|
||||
# #repository: ghcr.io/trow-registry/trow
|
||||
# repository: containersol/trow
|
||||
|
||||
trow:
|
||||
logLevel: info
|
||||
domain: reg.dc
|
||||
validation:
|
||||
enabled: false
|
||||
|
@ -10,6 +12,19 @@ trow:
|
|||
allowKubernetes: 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:
|
||||
type: ClusterIP
|
||||
port: 8000
|
||||
|
@ -34,10 +49,3 @@ resources:
|
|||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
|
||||
automountServiceAccountToken: false
|
||||
podSecurityContext:
|
||||
runAsUser: 333333
|
||||
runAsGroup: 333333
|
||||
fsGroup: 333333
|
||||
containerSecurityContext: {}
|
||||
|
|
Loading…
Reference in a new issue