diff --git a/.github/renovate/special/customVersioning.json5 b/.github/renovate/special/customVersioning.json5 index 72f681aef97..c3c533a9dee 100644 --- a/.github/renovate/special/customVersioning.json5 +++ b/.github/renovate/special/customVersioning.json5 @@ -16,7 +16,7 @@ { "description": ["Custom versioning for minio"], "matchDatasources": ["docker"], - "matchPackagePatterns": ["docker.io/minio/minio"], + "matchPackagePatterns": ["quay.io/minio/minio"], "versioning": "regex:^RELEASE\\.(?\\d+)-(?\\d+)-(?\\d+)T.*Z$" }, { diff --git a/charts/system/kubernetes-reflector/Chart.yaml b/charts/system/kubernetes-reflector/Chart.yaml index 5c5d7c0d323..b444e75ca26 100644 --- a/charts/system/kubernetes-reflector/Chart.yaml +++ b/charts/system/kubernetes-reflector/Chart.yaml @@ -39,5 +39,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector - https://hub.docker.com/r/emberstack/kubernetes-reflector type: application -version: 6.5.1 +version: 6.5.2 diff --git a/charts/system/kubernetes-reflector/values.yaml b/charts/system/kubernetes-reflector/values.yaml index ca8741b9bd6..4e937639ec5 100644 --- a/charts/system/kubernetes-reflector/values.yaml +++ b/charts/system/kubernetes-reflector/values.yaml @@ -1,7 +1,7 @@ image: - repository: docker.io/emberstack/kubernetes-reflector + repository: ghcr.io/emberstack/kubernetes-reflector pullPolicy: IfNotPresent - tag: build-7.1.217@sha256:982b8fc714349abe480a6864f3c3fce8e8801fd5068fac6add5b22ed32efc033 + tag: 9.1.6@sha256:34224d25442c71b0cefbeaac0bbf3c87108acc148226ba362cfdcc0af7c6aced operator: register: true @@ -53,16 +53,16 @@ workload: probes: liveness: type: http - path: /healthz - port: 25080 + path: /health/ready + port: 8080 readiness: type: http - path: /healthz - port: 25080 + path: /health/ready + port: 8080 startup: type: http - path: /healthz - port: 25080 + path: /health/ready + port: 8080 service: main: enabled: false