feat(trow): upgrade container image and values

This commit is contained in:
nold 2023-09-18 19:02:31 +02:00
parent f8d1bb4a60
commit 225f83d44b
2 changed files with 18 additions and 10 deletions

View file

@ -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

View file

@ -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: {}