Skip to content

Commit 7754377

Browse files
authored
Merge pull request #111 from marklogic/release/1.0.0
Release 1.0.0-rc2
2 parents 974466d + f4d8cfa commit 7754377

File tree

5 files changed

+2
-46
lines changed

5 files changed

+2
-46
lines changed

charts/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
sources:
1818
- https://github.com/marklogic/marklogic-kubernetes
1919
- https://www.marklogic.com/
20-
version: 1.0.0-rc1
20+
version: 1.0.0-rc2

charts/templates/configmap-haproxy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if .Values.haproxy.enabled }}
22
{{- $replicas := int .Values.replicaCount }}
3-
{{- $releaseName := .Release.Name }}
3+
{{- $releaseName := include "marklogic.fullname" . }}
44
{{- $namespace := .Release.Namespace }}
55
{{- $clusterDomain := .Values.clusterDomain }}
66
{{- $tlsEnabled := .Values.haproxy.tls.enabled }}

index.yaml

-44
This file was deleted.

marklogic-1.0.0-ea1.tgz

-4.83 KB
Binary file not shown.

marklogic-1.0.0-ea2.tgz

-7.07 KB
Binary file not shown.

0 commit comments

Comments
 (0)