Skip to content

Commit

Permalink
helm
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Aug 31, 2023
1 parent e9be1ff commit 8023c6b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/helm/ocwa-frontend/templates/downloadIngress.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/helm/ocwa-frontend/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions helm/ocwa/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/ocwa/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit 8023c6b

Please sign in to comment.