Falko Menge
Falko Menge
Okay, I think you mean to put the `kubectl` command to the end of this receipe: https://github.com/camunda-community-hub/camunda-8-helm-profiles/blob/main/google/include/kubernetes-gke.mk#L26-L28
UpdateCLI might be another solution: https://blog.promaton.com/how-to-set-up-automated-helm-chart-upgrades-e292192a9aad
In bc28887660ad10376e52d8239be63b2eaff2720a I removed versions from the development profile to ease the maintenance a little. But I can also imagine opinions that one should have control over which version is...
Other alternatives include: - [Umbrella Charts](https://codefresh.io/blog/simplify-kubernetes-helm-deployments/) (see also: [charts & sub-charts](https://codefresh.io/docs/docs/ci-cd-guides/helm-best-practices/#charts-and-sub-charts)) - [Helmsman](https://github.com/Praqma/helmsman#readme) (see also https://github.com/Praqma/helmsman/issues/18) - [Helmfile](https://helmfile.readthedocs.io/en/latest/) (see also https://github.com/roboll/helmfile/issues/240) - [ArgoCD](https://argo-cd.readthedocs.io/en/stable/user-guide/helm/) - [Flux](https://fluxcd.io/flux/guides/helmreleases/) - [Terraform](https://registry.terraform.io/providers/hashicorp/helm/latest/docs) - [Ansible](https://www.ansible.com/blog/automating-helm-using-ansible) -...
See also: https://www.reddit.com/r/kubernetes/comments/lejcnr/how_do_you_automate_helm_charts_installation/
Relevant Crossplane Providers: - [GKE](https://marketplace.upbound.io/providers/upbound/provider-gcp/v0.34.0/resources/container.gcp.upbound.io/Cluster/v1beta1) or also https://marketplace.upbound.io/providers/upbound/provider-gcp-container/v0.34.0 - [EKS](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.37.0/resources/eks.aws.upbound.io/Cluster/v1beta1) - [AKS](https://marketplace.upbound.io/providers/crossplane-contrib/provider-azure/v0.20.1/resources/compute.azure.crossplane.io/AKSCluster/v1alpha3)
Interesting feature.
The primary concepts that DMN offers for calling imported elements are BKM and Decision Service invocations.
There should be examples in the [machine-readable files included with the spec](https://github.com/omg-dmn-taskforce/omg-dmn-spec/tree/master/examples) as well as in the [DMN TCK](https://github.com/dmn-tck/tck/tree/master/TestCases). If not, those would be great test cases to add ;-)
@tstephen could you have a look into this? It seems like not all test results are passed into the schema validation.