captain icon indicating copy to clipboard operation
captain copied to clipboard

A Helm 3 Controller

Results 14 captain issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.0-beta.1 to 1.5.13. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.5.13 Welcome to the v1.5.13 release of containerd! The thirteenth patch release for containerd 1.5 includes a...

dependencies

Add Chinese document description

I tried to install [mysql-operator](https://hub.helm.sh/charts/presslabs/mysql-operator), but failed, it seemded helm-controller used wrong address to download chart package. chartrepo ``` apiVersion: app.alauda.io/v1alpha1 kind: ChartRepo metadata: name: presslabs namespace: captain-system spec: url:...

#add new feature# For now Captain CRD helmrequst can either use spec.clusterName to install chart on one specific cluster or use spec.installToAllClusters to install chart on all clusters. So maybe...

Issue seems related to #39 but can be fixed by restarting the captain pod: ``` 2020/05/06 09:37:27 http: TLS handshake error from 10.154.0.39:42920: remote error: tls: bad certificate 2020/05/06 09:37:27...

The version is not consistent with the latest release.

以用之前Repo方式时,可以正常部署,因为安全问题升级Repo为OCI,代码也按照文档进行了相应的修改,用之前Chart包进行测试,发现无法正确部署,使用kubectl get hr -n test查看显示Failed,使用kubectl describe hr test-server -n test查看显示如下信息: Name: test-server Namespace: test Labels: Annotations: API Version: app.alauda.io/v1 Kind: HelmRequest Metadata: Creation Timestamp: 2024-02-26T07:11:33Z Finalizers: captain.cpaas.io Generation: 1 Managed...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

目前看到captain依赖的helm版本为fork的3.6.4,新版的[email protected]作了一些更改,会导致本地渲染成功而captain渲染失败的情况

当某个CR的Annotation在渲染后为空值时,Captain会正常下发HR,并且会丢失掉所有Annotation;而原生Helm在这种情况下是不会下发的,会在下发时直接报错Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: unknown object type "nil" in xxxxxx