diff --git a/projects/registry/project.yml b/projects/registry/project.yml index 6a501600..da78ea43 100644 --- a/projects/registry/project.yml +++ b/projects/registry/project.yml @@ -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 diff --git a/projects/registry/values/trow.yaml b/projects/registry/values/trow.yaml index 339208b1..62365ef8 100644 --- a/projects/registry/values/trow.yaml +++ b/projects/registry/values/trow.yaml @@ -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: {}