Skip to content

Commit

Permalink
Updated build pods in datadict.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenroug committed Nov 27, 2023
1 parent 1dc9001 commit 856acd4
Show file tree
Hide file tree
Showing 13 changed files with 127 additions and 189 deletions.
Binary file removed docs/contreg-0.1.3.tgz
Binary file not shown.
Binary file removed docs/contreg-0.1.4.tgz
Binary file not shown.
Binary file removed docs/datadict-1.0.0.tgz
Binary file not shown.
Binary file added docs/datadict-1.2.0.tgz
Binary file not shown.
299 changes: 116 additions & 183 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file removed docs/learning-0.1.2.tgz
Binary file not shown.
Binary file removed docs/webforms-0.4.0.tgz
Binary file not shown.
Binary file removed docs/webforms-0.5.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/datadict/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.1
version: 1.2.0

appVersion: "2023-05-17T1558"
3 changes: 3 additions & 0 deletions sources/datadict/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This chart is configured for production use.

<dl>

<dt>Version 1.2.0</dt>
<dd>Builddict and buildsw no longer enabled by default.</dd>

<dt>Version 1.1.1</dt>
<dd>Set up startupProbe to allow liquibase to complete.
Added netsecpol to block egress from database.</dd>
Expand Down
2 changes: 1 addition & 1 deletion sources/datadict/templates/builddicts-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:

containers:
- name: {{ .Release.Name }}-builddicts
image: eeacms/centos7dev:2.2.4
image: eeacms/centos7dev:2.2.6
args:
- python
- dic2dd.py
Expand Down
6 changes: 3 additions & 3 deletions sources/datadict/templates/buildsw-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:

containers:
- name: {{ .Release.Name }}-buildsw
image: eeacms/centos7dev:2.2.4
image: eeacms/centos7dev:2.2.6
imagePullPolicy: {{ .Values.image.pullPolicy }}
stdin: true
tty: true
Expand All @@ -48,9 +48,9 @@ spec:
name: {{ .Release.Name }}-data2rdf

resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- toYaml .Values.buildsw.resources | nindent 12 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
{{- toYaml .Values.buildsw.securityContext | nindent 12 }}

{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down
4 changes: 3 additions & 1 deletion sources/datadict/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,12 @@ builddicts:
memory: 64Mi
limits:
memory: 64Mi
securityContext: {}

buildsw:
enabled: true
enabled: false
resources: {}
securityContext: {}

siteCode:
notificationFrom: [email protected]
Expand Down

0 comments on commit 856acd4

Please sign in to comment.