REPO-3304: update docker images and rename community

This commit is contained in:
Andrei Rebegea
2018-03-30 15:20:27 +03:00
parent 6ea5b8c96a
commit 76ec6007f4
5 changed files with 24 additions and 19 deletions

9
.gitignore vendored
View File

@@ -18,20 +18,17 @@ target
*.log
*.log.*
# Mobile Tools for Java (J2ME)
.mtj
.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Alfresco
alf_data/
helm/alfresco-content-services/charts/*
helm/alfresco-content-services/requirements.lock

View File

@@ -1,13 +1,13 @@
name: alfresco-content-services
name: alfresco-content-services-community
version: 0.0.1
description: A Helm chart for deploying Alfresco Content Services
description: A Helm chart for deploying Alfresco Content Services Community
keywords:
- content
- content services
- alfresco
- community
- alfresco community
- content
- content services
home: https://www.alfresco.com
sources:
- https://github.com/Alfresco/acs-community-full-packaging/tree/master/helm
- https://github.com/Alfresco/acs-community-packaging/tree/master/helm
icon: https://avatars0.githubusercontent.com/u/391127?s=200&v=4

View File

@@ -1,7 +1,7 @@
{{ if .Values.dnsaddress }}
You can access all components of Alfresco Content Services using the same root address, but different paths as follows:
You can access all components of Alfresco Content Services Community using the same root address, but different paths as follows:
Content: {{ .Values.dnsaddress }}/alfresco
Share: {{ .Values.dnsaddress }}/share

View File

@@ -32,6 +32,14 @@ spec:
- name: data
mountPath: {{ .Values.persistence.solr.data.mountPath }}
subPath: {{ .Values.persistence.solr.data.subPath }}
initContainers:
- name: init-db
image: busybox
command: ["sh", "-c", "chown -R 1000:1000 {{ .Values.persistence.solr.data.mountPath }}"]
volumeMounts:
- name: data
mountPath: {{ .Values.persistence.solr.data.mountPath }}
subPath: {{ .Values.persistence.solr.data.subPath }}
volumes:
- name: data
persistentVolumeClaim:

View File

@@ -7,8 +7,8 @@ registryPullSecrets: quay-registry-secret
repository:
replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-content-services-community
tag: "latest"
repository: alfresco/alfresco-content-repository-community
tag: "6.0.4-ea"
pullPolicy: Always
internalPort: 8080
service:
@@ -30,8 +30,8 @@ repository:
share:
replicaCount: 1
image:
repository: quay.io/alfresco/alfresco-share
tag: "6.0"
repository: alfresco/alfresco-share
tag: "6.0.a"
pullPolicy: Always
internalPort: 8080
service:
@@ -49,8 +49,8 @@ share:
solr:
replicaCount: 1
image:
repository: quay.io/alfresco/search-services
tag: "1.2.0-SNAPSHOT"
repository: alfresco/alfresco-search-services
tag: "1.1.0"
pullPolicy: Always
internalPort: 8983
service: