Skip to content

Commit

Permalink
Merge pull request #80 from knowbase/v2.3.3
Browse files Browse the repository at this point in the history
Update NIC and chart versions
  • Loading branch information
knowbase authored Apr 9, 2024
2 parents 2975440 + d7d360c commit 22231ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion nic/charts/nginx-plus-ingresslink/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ controller:
enableSnippets: true
image:
repository: private-registry.nginx.com/nginx-ic-nap-dos/nginx-plus-ingress
tag: 3.0.2
tag: latest
pullPolicy: Always
nginxplus: true
nginxStatus:
Expand Down
2 changes: 0 additions & 2 deletions nic/nic.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ resource "helm_release" "nginx-plus-ingress" {
name = format("%s-nic-%s", local.project_prefix, local.build_suffix)
repository = "https://helm.nginx.com/stable"
chart = "nginx-ingress"
version = "0.16.2"
namespace = kubernetes_namespace.nginx-ingress.metadata[0].name
values = [file("./charts/nginx-plus-ingress/values.yaml")]

Expand All @@ -16,7 +15,6 @@ resource "helm_release" "nginx-plus-ingresslink" {
name = format("%s-nic-%s", local.project_prefix, local.build_suffix)
repository = "https://helm.nginx.com/stable"
chart = "nginx-ingress"
version = "0.16.2"
namespace = kubernetes_namespace.nginx-ingress.metadata[0].name
values = [file("./charts/nginx-plus-ingresslink/values.yaml")]

Expand Down

0 comments on commit 22231ff

Please sign in to comment.