Skip to content

Commit

Permalink
updated ingress apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Sep 29, 2022
1 parent 90338ab commit ab38284
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/crate/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This directory contains a Kubernetes chart to deploy a [CrateDB](https://crate.io) cluster using a StatefulSet.

## Prerequisites Details
* Kubernetes 1.9+
* Kubernetes 1.14+
* PV support on the underlying infrastructure

## StatefulSet Details
Expand Down
2 changes: 1 addition & 1 deletion charts/datacollector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to deploy streamsets data datacollector
name: datacollector
version: 0.2.2
version: 0.2.3
sources:
- https://github.com/streamsets/datacollector-oss
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/datacollector/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This directory contains a Kubernetes chart to deploy a [StreamSets Data Collector](https://github.com/streamsets/datacollector) cluster using a StatefulSet.

## Prerequisites Details
* Kubernetes 1.9+
* Kubernetes 1.14+
* PV support on the underlying infrastructure

## StatefulSet Details
Expand Down
2 changes: 1 addition & 1 deletion charts/datacollector/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- $servicePort := .Values.service.externalPort -}}
{{- $servicedataPort := .Values.service.dataExternalPort -}}
{{- $servicedataPath := .Values.service.dataPath -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "datacollector.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/iot-agent-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for IoT Agent Manager
name: iot-agent-manager
version: 0.1.7
version: 0.1.8
sources:
- https://github.com/telefonicaid/iotagent-manager
maintainers:
Expand Down
7 changes: 5 additions & 2 deletions charts/iot-agent-manager/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This directory contains a Kubernetes chart to deploy an
[IoT Agent Manager](https://github.com/telefonicaid/iotagent-manager)
cluster using Deployment.

## Prerequisites Details
* Kubernetes 1.14+

## Todo
* Finalise README

Expand Down Expand Up @@ -34,8 +37,8 @@ chart and their default values.
| Parameter | Description | Default |
|-----------------------------------|---------------------------------------------|-----------------------------------------------------|
| `replicaCount` | Amount of pods to spawn | `3` |
| `image.repository` | The image to pull | `fiware/iotagent-ul` |
| `image.tag` | The version of the image to pull | `1.9.0` |
| `image.repository` | The image to pull | `telefonicaiot/iotagent-manager` |
| `image.tag` | The version of the image to pull | `1.6.0` |
| `image.pullPolicy` | The pull policy | `IfNotPresent` |
| `priorityClassName` | If specified, indicates the pod's priority | `` |
| `affinity` | If specified, defines affinity rules | `` |
Expand Down
2 changes: 1 addition & 1 deletion charts/iot-agent-manager/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.ingress.enabled -}}
{{- $serviceName := include "iot-agent-manager.fullname" . -}}
{{- $httpPort := .Values.service.externalPort -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "iot-agent-manager.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/iot-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for NodeJS based IoT Agents
name: iot-agent
version: 0.1.15
version: 0.1.16
sources:
- https://github.com/telefonicaid/iotagent-json
- https://github.com/telefonicaid/iotagent-ul
Expand Down
2 changes: 1 addition & 1 deletion charts/iot-agent/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Deployment. IoT Agents supported are:
* [LORAWAN](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN)

## Prerequisites Details
* Kubernetes 1.9+
* Kubernetes 1.14+

## Todo
* Finalise README
Expand Down
2 changes: 1 addition & 1 deletion charts/iot-agent/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- $serviceName := include "iot-agent.fullname" . -}}
{{- $httpPort := .Values.service.dataExternalPort -}}
{{- $northPort := .Values.service.configExternalPort -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "iot-agent.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/nosqlclient/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains a Kubernetes chart to deploy a
MongoDB.

## Prerequisites Details
* Kubernetes 1.9+
* Kubernetes 1.14+

## Chart Details
This chart will do the following:
Expand Down
2 changes: 1 addition & 1 deletion charts/nosqlclient/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "nosqlclient.fullname" . -}}
{{- $servicePort := .Values.service.port -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
Expand Down
2 changes: 1 addition & 1 deletion charts/orion/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This directory contains a Kubernetes chart to deploy a [Orion Context Broker](https://github.com/telefonicaid/fiware-orion) cluster using Deployment.

## Prerequisites Details
* Kubernetes 1.9+
* Kubernetes 1.14+

## Todo
*
Expand Down
2 changes: 1 addition & 1 deletion charts/orion/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.ingress.enabled -}}
{{- $serviceName := include "orion.fullname" . -}}
{{- $servicePort := .Values.service.externalPort -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "orion.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/quantumleap/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.ingress.enabled -}}
{{- $serviceName := include "quantumleap.fullname" . -}}
{{- $servicePort := .Values.service.externalPort -}}
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ template "quantumleap.fullname" . }}
Expand Down

0 comments on commit ab38284

Please sign in to comment.