Skip to content

Commit

Permalink
Updating ingress repo and bumping version (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill authored May 8, 2024
1 parent 82981bb commit 36718b8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deployment:
images:
tags:
entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
ingress: registry.k8s.io/ingress-nginx/controller:v1.8.2
ingress: registry.k8s.io/ingress-nginx/controller:v1.10.1
ingress_module_init: "docker.io/openstackhelm/neutron:2023.1-ubuntu_jammy"
ingress_routed_vip: "docker.io/openstackhelm/neutron:2023.1-ubuntu_jammy"
error_pages: registry.k8s.io/defaultbackend:1.4
Expand Down
8 changes: 3 additions & 5 deletions kustomize/ingress/external/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
resources:
- ns-ingress-nginx.yaml

helmGlobals:
chartHome: ../../../submodules/openstack-helm-infra

helmCharts:
- name: ingress
- name: ingress-nginx
releaseName: ingress-nginx
repo: https://kubernetes.github.io/ingress-nginx
valuesInline:
deployment:
cluster:
class: nginx-cluster
valuesFile: helm/ingress-helm-overrides.yaml
namespace: ingress-nginx
includeCRDs: true
includeCRDs: true
2 changes: 1 addition & 1 deletion kustomize/ingress/grafana/helm/ingress-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deployment:
images:
tags:
entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
ingress: registry.k8s.io/ingress-nginx/controller:v1.8.2
ingress: registry.k8s.io/ingress-nginx/controller:v1.10.1
ingress_module_init: "docker.io/openstackhelm/neutron:2023.1-ubuntu_jammy"
ingress_routed_vip: "docker.io/openstackhelm/neutron:2023.1-ubuntu_jammy"
error_pages: registry.k8s.io/defaultbackend:1.4
Expand Down
6 changes: 2 additions & 4 deletions kustomize/ingress/grafana/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
helmGlobals:
chartHome: ../../../submodules/openstack-helm-infra

helmCharts:
- name: ingress
- name: ingress-nginx
releaseName: ingress-grafana-internal
repo: https://kubernetes.github.io/ingress-nginx
valuesInline:
deployment:
cluster:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deployment:
images:
tags:
entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
ingress: registry.k8s.io/ingress-nginx/controller:v1.8.2
ingress: registry.k8s.io/ingress-nginx/controller:v1.10.1
ingress_module_init: "docker.io/openstackhelm/neutron:2023.1-ubuntu_jammy"
ingress_routed_vip: "docker.io/openstackhelm/neutron:2023.1-ubuntu_jammy"
error_pages: registry.k8s.io/defaultbackend:1.4
Expand Down
6 changes: 2 additions & 4 deletions kustomize/ingress/internal/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
helmGlobals:
chartHome: ../../../submodules/openstack-helm-infra

helmCharts:
- name: ingress
- name: ingress-nginx
releaseName: ingress-openstack-internal
repo: https://kubernetes.github.io/ingress-nginx
valuesInline:
deployment:
cluster:
Expand Down

0 comments on commit 36718b8

Please sign in to comment.