From 8023c6b958daa5fae10128a2dae89b4c6923fb70 Mon Sep 17 00:00:00 2001 From: BrandonSharratt Date: Thu, 31 Aug 2023 14:47:48 -0700 Subject: [PATCH] helm --- frontend/helm/ocwa-frontend/templates/downloadIngress.yaml | 2 +- frontend/helm/ocwa-frontend/templates/ingress.yaml | 2 +- helm/ocwa/requirements.lock | 4 ++-- helm/ocwa/requirements.yaml | 4 ++-- .../policyApi/helm/policy-api/templates/ingress.yaml | 2 +- .../projectApi/helm/project-api/templates/ingress.yaml | 2 +- .../requestApi/helm/request-api/templates/ingress.yaml | 2 +- .../storageApi/helm/storage-api/templates/ingress.yaml | 2 +- .../validateApi/helm/validate-api/templates/ingress.yaml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/helm/ocwa-frontend/templates/downloadIngress.yaml b/frontend/helm/ocwa-frontend/templates/downloadIngress.yaml index 2fe7116a..af456f20 100644 --- a/frontend/helm/ocwa-frontend/templates/downloadIngress.yaml +++ b/frontend/helm/ocwa-frontend/templates/downloadIngress.yaml @@ -1,7 +1,7 @@ {{- if .Values.downloadIngress.enabled -}} {{- $fullName := include "ocwaFrontend.fullname" . -}} {{- $ingressPath := .Values.downloadIngress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }}-download diff --git a/frontend/helm/ocwa-frontend/templates/ingress.yaml b/frontend/helm/ocwa-frontend/templates/ingress.yaml index a2829d6d..4c9731d7 100644 --- a/frontend/helm/ocwa-frontend/templates/ingress.yaml +++ b/frontend/helm/ocwa-frontend/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "ocwaFrontend.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }} diff --git a/helm/ocwa/requirements.lock b/helm/ocwa/requirements.lock index e3ebf5b4..5534efdc 100644 --- a/helm/ocwa/requirements.lock +++ b/helm/ocwa/requirements.lock @@ -4,7 +4,7 @@ dependencies: version: 0.1.0 - name: forum-api repository: http://bcgov.github.io/helm-charts - version: 0.1.2 + version: 0.1.3 - name: policy-api repository: file://../../microservices/policyApi/helm/policy-api version: 0.1.0 @@ -16,7 +16,7 @@ dependencies: version: 0.1.0 - name: storage-api repository: http://bcgov.github.io/helm-charts - version: 0.1.11 + version: 0.1.12 - name: validate-api repository: file://../../microservices/validateApi/helm/validate-api version: 0.1.0 diff --git a/helm/ocwa/requirements.yaml b/helm/ocwa/requirements.yaml index da1b598d..916c052c 100644 --- a/helm/ocwa/requirements.yaml +++ b/helm/ocwa/requirements.yaml @@ -4,7 +4,7 @@ dependencies: repository: file://../../frontend/helm/ocwa-frontend - name: forum-api - version: 0.1.2 + version: 0.1.3 repository: http://bcgov.github.io/helm-charts - name: formio @@ -24,7 +24,7 @@ dependencies: repository: file://../../microservices/requestApi/helm/request-api - name: storage-api - version: 0.1.11 + version: 0.1.12 repository: http://bcgov.github.io/helm-charts - name: validate-api diff --git a/microservices/policyApi/helm/policy-api/templates/ingress.yaml b/microservices/policyApi/helm/policy-api/templates/ingress.yaml index 399dddd1..9f578ffa 100644 --- a/microservices/policyApi/helm/policy-api/templates/ingress.yaml +++ b/microservices/policyApi/helm/policy-api/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "ocwaPolicyApi.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }} diff --git a/microservices/projectApi/helm/project-api/templates/ingress.yaml b/microservices/projectApi/helm/project-api/templates/ingress.yaml index c17f33fb..6032ab55 100644 --- a/microservices/projectApi/helm/project-api/templates/ingress.yaml +++ b/microservices/projectApi/helm/project-api/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "ocwaProjectApi.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }} diff --git a/microservices/requestApi/helm/request-api/templates/ingress.yaml b/microservices/requestApi/helm/request-api/templates/ingress.yaml index 2d04db49..512b9e2c 100644 --- a/microservices/requestApi/helm/request-api/templates/ingress.yaml +++ b/microservices/requestApi/helm/request-api/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "ocwaRequestApi.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }} diff --git a/microservices/storageApi/helm/storage-api/templates/ingress.yaml b/microservices/storageApi/helm/storage-api/templates/ingress.yaml index ac1fe8b3..e683b76d 100644 --- a/microservices/storageApi/helm/storage-api/templates/ingress.yaml +++ b/microservices/storageApi/helm/storage-api/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "ocwaStorageApi.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }} diff --git a/microservices/validateApi/helm/validate-api/templates/ingress.yaml b/microservices/validateApi/helm/validate-api/templates/ingress.yaml index 6c26441e..74c2a676 100644 --- a/microservices/validateApi/helm/validate-api/templates/ingress.yaml +++ b/microservices/validateApi/helm/validate-api/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "ocwaValidateApi.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: networking.k8s.io/v1beta1 +apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ $fullName }}