Skip to content

Commit 2bb9d0c

Browse files
Use Key Algorithm Rsa 4096 for Certificate Generation (#1)
* Use Key Algorithm Rsa 4096 for Certificate Generation * Updated Github Links --------- Co-authored-by: Inbaraj S <inbaraj.s@oracle.com>
1 parent 68e4f3c commit 2bb9d0c

File tree

20 files changed

+231
-231
lines changed

20 files changed

+231
-231
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2023 Oracle America, Inc. and its affiliates.
44
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55
//
6-
module bitbucket.oci.oraclecorp.com/oke/oci-native-ingress-controller
6+
module github.com/oracle/oci-native-ingress-controller
77

88
go 1.19
99

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ deploymentNamespace : native-ingress-controller-system
1818
replicaCount: 1
1919

2020
image:
21-
repository: iad.ocir.io/axoxdievda5j/oke-public-oci-native-ingress-controller
21+
repository: ghcr.io/oracle/oci-native-ingress-controller
2222
pullPolicy: Always
2323
# Overrides the image tag whose default is the chart appVersion.
24-
tag: "0.1.29"
24+
tag: "latest"
2525

2626
imagePullSecrets: []
2727
nameOverride: ""

0 commit comments

Comments
 (0)