Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Test release #152

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft
1 change: 1 addition & 0 deletions charts/workflow/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts/*.tgz
59 changes: 56 additions & 3 deletions charts/workflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,60 @@
apiVersion: v2
name: workflow
home: https://github.com/teamhephy/workflow
version: <Will be populated by the ci before publishing the chart>
version: 2.23.12
description: Hephy Workflow
maintainers:
- name: Team Hephy
email: team@teamhephy.com
- name: Team Hephy
email: team@teamhephy.com
dependencies:
- name: builder
version: 2.13.10
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: slugbuilder
version: 2.8.2
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: dockerbuilder
version: 2.8.5
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: controller
version: 2.22.3
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: slugrunner
version: 2.7.2
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: database
version: 2.7.8
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: fluentd
version: 2.15.3
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: redis
version: 2.4.5
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: logger
version: 2.5.3
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: minio
version: 2.4.7
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: monitor
version: 2.11.6
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: nsqd
version: 2.5.5
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: registry
version: 2.6.3
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: registry-proxy
version: 1.5.3
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: registry-token-refresher
version: 1.2.4
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: router
version: 2.19.4
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
- name: workflow-manager
version: 2.6.4
repository: oci://ghcr.io/kingdonb/hephy-workflow-beta
52 changes: 0 additions & 52 deletions charts/workflow/requirements.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ global:
# Valid values are:
# - true: deis-router will not be deployed. Workflow will not be usable until a Kubernetes ingress controller is installed.
# - false: deis-router will be deployed (default).
native_ingress: false
use_native_ingress: false
# If the Kubernetes cluster uses CNI
# use_cni: true
# Set the `listen` variable for registry-proxy's NGINX
Expand Down Expand Up @@ -152,12 +152,12 @@ database:
host: "database host"
port: "database port"

redis:
redis: {}
# Configure the following ONLY if using an off-cluster Redis instance for logger
db: "0"
host: "redis host"
port: "redis port"
password: "redis password" # "" == no password
# db: "0"
# host: "redis host"
# port: "redis port"
# password: "redis password" # "" == no password

fluentd:
syslog:
Expand Down