Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/ckan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

replicaCount: 1

repository_base: artifactory.cloud.statcan.ca/docker
image:
repository: statcan/ckan
tag: 2.9
Expand Down
1 change: 1 addition & 0 deletions stable/fdi-dotstatsuite-sfs-solr-stateful
Submodule fdi-dotstatsuite-sfs-solr-stateful added at c1326e
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
claimName: {{ include "dotstatsuite.fullname" . }}-solr-pv-claim
initContainers:
- name: init-solr
image: alpine
image: {{ .Values.repository_base }}/alpine
command: ["chown", "-R", "8983:8983", "/var/solr"]
volumeMounts:
- name: {{ include "dotstatsuite.fullname" . }}-solr-pv-storage
Expand Down
2 changes: 1 addition & 1 deletion stable/fdi-dotstatsuite-sfs-solr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Globals
nameOverride: "fdi-dotstatsuite-sfs-solr"
fullnameOverride: "fdi-dotstatsuite-sfs-solr"

repository_base: artifactory.cloud.statcan.ca/docker
# sfs
# https://gitlab.k8s.cloud.statcan.ca/analytics-platform/discovery/dotstatsuite-docker-compose
sfs:
Expand Down
1 change: 1 addition & 0 deletions stable/fdi-search-discovery-api-chart
Submodule fdi-search-discovery-api-chart added at f04a46
Loading