tmp/harbor (#5088)
Reviewed-on: #5088
This commit was merged in pull request #5088.
This commit is contained in:
@@ -41,12 +41,12 @@ harbor:
|
|||||||
portal:
|
portal:
|
||||||
image:
|
image:
|
||||||
repository: goharbor/harbor-portal
|
repository: goharbor/harbor-portal
|
||||||
tag: v2.15.0
|
tag: v2.14.3
|
||||||
replicas: 2
|
replicas: 2
|
||||||
core:
|
core:
|
||||||
image:
|
image:
|
||||||
repository: goharbor/harbor-core
|
repository: goharbor/harbor-core
|
||||||
tag: v2.15.0
|
tag: v2.14.3
|
||||||
replicas: 2
|
replicas: 2
|
||||||
existingSecret: harbor-secret
|
existingSecret: harbor-secret
|
||||||
secretName: harbor-secret
|
secretName: harbor-secret
|
||||||
@@ -54,7 +54,7 @@ harbor:
|
|||||||
jobservice:
|
jobservice:
|
||||||
image:
|
image:
|
||||||
repository: goharbor/harbor-jobservice
|
repository: goharbor/harbor-jobservice
|
||||||
tag: v2.15.0
|
tag: v2.14.3
|
||||||
replicas: 2
|
replicas: 2
|
||||||
jobLoggers:
|
jobLoggers:
|
||||||
- stdout
|
- stdout
|
||||||
@@ -63,11 +63,11 @@ harbor:
|
|||||||
registry:
|
registry:
|
||||||
image:
|
image:
|
||||||
repository: goharbor/registry-photon
|
repository: goharbor/registry-photon
|
||||||
tag: v2.15.0
|
tag: v2.14.3
|
||||||
controller:
|
controller:
|
||||||
image:
|
image:
|
||||||
repository: goharbor/harbor-registryctl
|
repository: goharbor/harbor-registryctl
|
||||||
tag: v2.15.0
|
tag: v2.14.3
|
||||||
existingSecret: harbor-secret
|
existingSecret: harbor-secret
|
||||||
relativeurls: true
|
relativeurls: true
|
||||||
credentials:
|
credentials:
|
||||||
@@ -94,7 +94,7 @@ harbor:
|
|||||||
exporter:
|
exporter:
|
||||||
image:
|
image:
|
||||||
repository: goharbor/harbor-exporter
|
repository: goharbor/harbor-exporter
|
||||||
tag: v2.15.0
|
tag: v2.14.3
|
||||||
replicas: 2
|
replicas: 2
|
||||||
postgres-18-cluster:
|
postgres-18-cluster:
|
||||||
mode: recovery
|
mode: recovery
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ dependencies:
|
|||||||
version: 0.8.0
|
version: 0.8.0
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
# renovate: datasource=github-releases depName=guillevc/yubal
|
# renovate: datasource=github-releases depName=guillevc/yubal
|
||||||
appVersion: v4.0.0
|
appVersion: v0.7.2
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ yubal:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/guillevc/yubal
|
repository: ghcr.io/guillevc/yubal
|
||||||
tag: 4.0.0
|
tag: 0.7.2@sha256:906b7c90b738e77ad140178f6a5145f98c12af36e8321d427148c092836c37be
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: YUBAL_TZ
|
- name: YUBAL_TZ
|
||||||
@@ -29,72 +29,6 @@ yubal:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
# gluetun:
|
|
||||||
# image:
|
|
||||||
# repository: ghcr.io/qdm12/gluetun
|
|
||||||
# tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045
|
|
||||||
# pullPolicy: IfNotPresent
|
|
||||||
# lifecycle:
|
|
||||||
# postStart:
|
|
||||||
# exec:
|
|
||||||
# command: ["/bin/sh", "-c", "(ip rule del table 51820; ip -6 rule del table 51820) || true"]
|
|
||||||
# env:
|
|
||||||
# - name: VPN_SERVICE_PROVIDER
|
|
||||||
# value: airvpn
|
|
||||||
# - name: VPN_TYPE
|
|
||||||
# value: wireguard
|
|
||||||
# - name: WIREGUARD_PRIVATE_KEY
|
|
||||||
# valueFrom:
|
|
||||||
# secretKeyRef:
|
|
||||||
# name: yubal-wireguard-conf
|
|
||||||
# key: private-key
|
|
||||||
# - name: WIREGUARD_PRESHARED_KEY
|
|
||||||
# valueFrom:
|
|
||||||
# secretKeyRef:
|
|
||||||
# name: yubal-wireguard-conf
|
|
||||||
# key: preshared-key
|
|
||||||
# - name: WIREGUARD_ADDRESSES
|
|
||||||
# valueFrom:
|
|
||||||
# secretKeyRef:
|
|
||||||
# name: yubal-wireguard-conf
|
|
||||||
# key: addresses
|
|
||||||
# - name: FIREWALL_OUTBOUND_SUBNETS
|
|
||||||
# value: 10.0.0.0/8
|
|
||||||
# - name: FIREWALL_INPUT_PORTS
|
|
||||||
# value: 8000
|
|
||||||
# - name: DNS_UPSTREAM_RESOLVER_TYPE
|
|
||||||
# value: dot
|
|
||||||
# - name: HTTPPROXY
|
|
||||||
# value: "off"
|
|
||||||
# - name: SHADOWSOCKS
|
|
||||||
# value: "off"
|
|
||||||
# securityContext:
|
|
||||||
# privileged: True
|
|
||||||
# capabilities:
|
|
||||||
# add:
|
|
||||||
# - NET_ADMIN
|
|
||||||
# - SYS_MODULE
|
|
||||||
# probes:
|
|
||||||
# liveness:
|
|
||||||
# enabled: true
|
|
||||||
# custom: true
|
|
||||||
# spec:
|
|
||||||
# exec:
|
|
||||||
# command:
|
|
||||||
# - /gluetun-entrypoint
|
|
||||||
# - healthcheck
|
|
||||||
# failureThreshold: 5
|
|
||||||
# initialDelaySeconds: 30
|
|
||||||
# periodSeconds: 30
|
|
||||||
# successThreshold: 1
|
|
||||||
# timeoutSeconds: 15
|
|
||||||
# resources:
|
|
||||||
# limits:
|
|
||||||
# devic.es/tun: "1"
|
|
||||||
# requests:
|
|
||||||
# devic.es/tun: "1"
|
|
||||||
# cpu: 10m
|
|
||||||
# memory: 128Mi
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
|
|||||||
Reference in New Issue
Block a user