File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : trs-filer
3
3
description : A Helm chart for Kubernetes
4
-
4
+ icon : https://avatars.githubusercontent.com/u/60704687?s=48&v=4
5
5
# A chart can be either an 'application' or a 'library' chart.
6
6
#
7
7
# Application charts are a collection of templates that can be packaged into versioned archives
@@ -14,7 +14,7 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 0.1.0
17
+ version : 0.1.1
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 1
- {{ if eq .Values.clusterType " openshift" }}
1
+ {{ if .Capabilities.APIVersions.Has "route. openshift.io/v1 " }}
2
2
apiVersion : route.openshift.io/v1
3
3
kind : Route
4
4
metadata :
17
17
wildcardPolicy : None
18
18
status :
19
19
ingress : []
20
- {{ else if eq .Values.clusterType "kubernetes " }}
20
+ {{ else if .Capabilities.APIVersions.Has "networking.k8s.io/v1 " }}
21
21
{{ if .Values.kubernetes.ingress.enabled }}
22
22
apiVersion : networking.k8s.io/v1
23
23
kind : Ingress
48
48
secretName : {{ .Values.trs_filer.appName }}-ingress-secret
49
49
{{ end }}
50
50
{{ end }}
51
- {{ end }}
51
+ {{ end }}
Original file line number Diff line number Diff line change 2
2
# This is a YAML-formatted file.
3
3
# Declare variables to be passed into your templates.
4
4
5
- clusterType : openshift
6
-
7
- host_name : trs-filer-test.c03.k8s-popup.csc.fi
5
+ host_name : trs-filer-test.2.rahtiapp.fi
8
6
9
7
trs_filer :
10
- image : lvarin /trs-filer:0.1.0
8
+ image : elixircloud /trs-filer:0.1.0
11
9
appName : trs-filer
12
10
13
11
apiServer : kubernetes.default.svc:443 # address of k8s API server
You can’t perform that action at this time.
0 commit comments