diff --git a/charts/workflow/.gitignore b/charts/workflow/.gitignore new file mode 100644 index 000000000..948259a7b --- /dev/null +++ b/charts/workflow/.gitignore @@ -0,0 +1 @@ +charts/*.tgz diff --git a/charts/workflow/Chart.yaml b/charts/workflow/Chart.yaml index 39df98259..12162ab4e 100755 --- a/charts/workflow/Chart.yaml +++ b/charts/workflow/Chart.yaml @@ -1,7 +1,60 @@ +apiVersion: v2 name: workflow home: https://github.com/teamhephy/workflow -version: +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 diff --git a/charts/workflow/requirements.yaml b/charts/workflow/requirements.yaml deleted file mode 100644 index 0fdf22e14..000000000 --- a/charts/workflow/requirements.yaml +++ /dev/null @@ -1,52 +0,0 @@ -dependencies: - - name: builder - version: - repository: https://charts.deis.com/builder - - name: slugbuilder - version: - repository: https://charts.deis.com/slugbuilder - - name: dockerbuilder - version: - repository: https://charts.deis.com/dockerbuilder - - name: controller - version: - repository: https://charts.deis.com/controller - - name: slugrunner - version: - repository: https://charts.deis.com/slugrunner - - name: database - version: - repository: https://charts.deis.com/database - - name: fluentd - version: - repository: https://charts.deis.com/fluentd - - name: redis - version: - repository: https://charts.deis.com/redis - - name: logger - version: - repository: https://charts.deis.com/logger - - name: minio - version: - repository: https://charts.deis.com/minio - - name: monitor - version: - repository: https://charts.deis.com/monitor - - name: nsqd - version: - repository: https://charts.deis.com/nsqd - - name: registry - version: - repository: https://charts.deis.com/registry - - name: registry-proxy - version: - repository: https://charts.deis.com/registry-proxy - - name: registry-token-refresher - version: - repository: https://charts.deis.com/registry-token-refresher - - name: router - version: - repository: https://charts.deis.com/router - - name: workflow-manager - version: - repository: https://charts.deis.com/workflow-manager diff --git a/charts/workflow/values.yaml b/charts/workflow/values.yaml index e2fe93d30..f05019134 100644 --- a/charts/workflow/values.yaml +++ b/charts/workflow/values.yaml @@ -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 @@ -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: