Skip to content

Commit 72cf62a

Browse files
Merge pull request #134 from Linkurious/develop
Release 0.0.24 [ci:run]
2 parents b77a28c + b7e6360 commit 72cf62a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.23
2+
current_version = 0.0.24
33
commit = False
44
tag = False
55
serialize =

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.23
1+
0.0.24

charts/neo4j-internal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.14
18+
version: 0.1.15
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/neo4j-internal/templates/ingressroute-tcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- $_ := set .Values.ingressRoute.annotations "kubernetes.io/ingress.class" .Values.ingressRoute.className}}
88
{{- end }}
99
{{- end }}
10-
apiVersion: traefik.containo.us/v1alpha1
10+
apiVersion: traefik.io/v1alpha1
1111
kind: IngressRouteTCP
1212
metadata:
1313
name: {{ $fullName }}

charts/neo4j-internal/templates/ingressroute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- $_ := set .Values.ingressRoute.annotations "kubernetes.io/ingress.class" .Values.ingressRoute.className}}
88
{{- end }}
99
{{- end }}
10-
apiVersion: traefik.containo.us/v1alpha1
10+
apiVersion: traefik.io/v1alpha1
1111
kind: IngressRoute
1212
metadata:
1313
name: {{ $fullName }}

charts/neo4jv5-internal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.24
18+
version: 0.0.25
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/neo4jv5-internal/templates/ingressroute-tcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- $_ := set .Values.ingressRoute.annotations "kubernetes.io/ingress.class" .Values.ingressRoute.className}}
88
{{- end }}
99
{{- end }}
10-
apiVersion: traefik.containo.us/v1alpha1
10+
apiVersion: traefik.io/v1alpha1
1111
kind: IngressRouteTCP
1212
metadata:
1313
name: {{ $fullName }}

charts/neo4jv5-internal/templates/ingressroute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- $_ := set .Values.ingressRoute.annotations "kubernetes.io/ingress.class" .Values.ingressRoute.className}}
88
{{- end }}
99
{{- end }}
10-
apiVersion: traefik.containo.us/v1alpha1
10+
apiVersion: traefik.io/v1alpha1
1111
kind: IngressRoute
1212
metadata:
1313
name: {{ $fullName }}

0 commit comments

Comments
 (0)