Skip to content

Commit 5535c38

Browse files
committed
Update version tag in helm values config
1 parent 1aa355a commit 5535c38

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

deploy/manifests/oci-native-ingress-controller/templates/deployment.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
readOnlyRootFilesystem: true
5252
runAsNonRoot: true
5353
runAsUser: 1000
54-
image: "iad.ocir.io/axoxdievda5j/oke-public-oci-native-ingress-controller:0.1.29"
54+
image: "ghcr.io/oracle/oci-native-ingress-controller:v1.0.0"
5555
imagePullPolicy: Always
5656
args:
5757
- --lease-lock-name=oci-native-ingress-controller
@@ -61,6 +61,8 @@ spec:
6161
- --controller-class=oci.oraclecloud.com/native-ingress-controller
6262
- --compartment-id=
6363
- --subnet-id=
64+
- --metrics-backend=prometheus
65+
- --metrics-port=2223
6466
- --v=4
6567
env:
6668
- name: OCI_RESOURCE_PRINCIPAL_VERSION
@@ -73,6 +75,8 @@ spec:
7375
- name: webhook-server
7476
containerPort: 9443
7577
protocol: TCP
78+
- name: metrics-server
79+
containerPort: 2223
7680
resources:
7781
{}
7882
volumeMounts:

helm/oci-native-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ image:
2121
repository: ghcr.io/oracle/oci-native-ingress-controller
2222
pullPolicy: Always
2323
# Overrides the image tag whose default is the chart appVersion.
24-
tag: "latest"
24+
tag: "v1.0.0"
2525

2626
imagePullSecrets: []
2727
nameOverride: ""

0 commit comments

Comments
 (0)