Skip to content

Commit

Permalink
Update libretranslate deployment to set ARGOS_PACKAGE_INDEX envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 26, 2024
1 parent 823b3c9 commit 908748d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions neon_diana_utils/helm_charts/backend/diana-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# 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: 0.1.25
version: 0.1.26

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -32,7 +32,7 @@ dependencies:
version: 11.13.0
repository: https://charts.bitnami.com/bitnami
- name: diana-http
version: 0.0.14
version: 0.0.15
repository: file://../http-services
- name: diana-mq
version: 0.0.17
Expand Down
4 changes: 2 additions & 2 deletions neon_diana_utils/helm_charts/backend/http-services/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: diana-http
description: Deploy DIANA HTTP Services

type: application
version: 0.0.14
version: 0.0.15
appVersion: "1.0.1a24"
dependencies:
- name: libretranslate
alias: libretranslate
version: 0.0.5
version: 0.0.6
repository: file://../../http/libretranslate
- name: tts-coqui
alias: tts-coqui
Expand Down
2 changes: 1 addition & 1 deletion neon_diana_utils/helm_charts/base/base-http/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: base-http
description: Library chart for basic HTTP Services
type: library

version: 0.0.5
version: 0.0.6
appVersion: "1.0.1a24"
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
resources:
{{- toYaml $.Values.resources | nindent 12 -}}
{{ end }}
{{- if .Values.env }}
env:
{{- toYaml $.Values.env | nindent 12 -}}
{{ end }}
volumes:
- name: config
projected:
Expand Down
4 changes: 2 additions & 2 deletions neon_diana_utils/helm_charts/http/libretranslate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: libretranslate
description: Deploy a Libretranslate Server

type: application
version: 0.0.5
version: 0.0.6
appVersion: "1.0.1a24"

dependencies:
- name: base-http
version: 0.0.5
version: 0.0.6
repository: file://../../base/base-http
4 changes: 4 additions & 0 deletions neon_diana_utils/helm_charts/http/libretranslate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ ingress:
service:
tls:
secretName: tls-letsencrypt-prod

env:
- name: ARGOS_PACKAGE_INDEX
value: https://raw.githubusercontent.com/argosopentech/argospm-index/802ad83594e3244e3f908ab0fefc56eef146a5da

0 comments on commit 908748d

Please sign in to comment.