Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Custom private registry example with pull secrets
  • Loading branch information
werdes72 committed Nov 19, 2025
commit c8e2dfbd89a6f749f61f2b3d186160824626b699
6 changes: 3 additions & 3 deletions config/manager/env-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ spec:
- name: manager
env:
- name: install-cni
value: europe-docker.pkg.dev/kyma-project/prod/external/istio/install-cni:1.27.1-distroless
value: reg.ps-test.goats.shoot.live.k8s-hana.ondemand.com/istio/install-cni:1.27.1-distroless
- name: proxyv2
value: europe-docker.pkg.dev/kyma-project/prod/external/istio/proxyv2:1.27.1-distroless
value: reg.ps-test.goats.shoot.live.k8s-hana.ondemand.com/istio/proxyv2:1.27.1-distroless
- name: pilot
value: europe-docker.pkg.dev/kyma-project/prod/external/istio/pilot:1.27.1-distroless
value: reg.ps-test.goats.shoot.live.k8s-hana.ondemand.com/istio/pilot:1.27.1-distroless
4 changes: 2 additions & 2 deletions internal/istiooperator/istio-operator-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
kyma-project.io/module: istio
spec:
hub: europe-docker.pkg.dev/kyma-project/prod/external/istio
hub: reg.ps-test.goats.shoot.live.k8s-hana.ondemand.com
tag: "1.27.1-distroless"
components:
base:
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
requests:
cpu: 10m
imagePullPolicy: IfNotPresent
imagePullSecrets: []
imagePullSecrets: [regcred]
istioNamespace: istio-system
istiod:
enableAnalysis: false
Expand Down
4 changes: 2 additions & 2 deletions internal/istiooperator/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
kyma-project.io/module: istio
spec:
hub: europe-docker.pkg.dev/kyma-project/prod/external/istio
hub: reg.ps-test.goats.shoot.live.k8s-hana.ondemand.com
tag: "1.27.1-distroless"
components:
base:
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
requests:
cpu: 10m
imagePullPolicy: IfNotPresent
imagePullSecrets: []
imagePullSecrets: [regcred]
istioNamespace: istio-system
istiod:
enableAnalysis: false
Expand Down
Loading