Commit Graph

18 Commits

Author SHA1 Message Date
b926404924 3.17
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-09 16:02:07 +03:00
53104347c2 Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-23 18:36:49 +03:00
123c331889 Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-23 18:35:02 +03:00
9ce383cf2c upd
All checks were successful
continuous-integration/drone/push Build is passing
2024-11-21 20:54:41 +03:00
06bf1b863c Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-20 19:50:00 +03:00
e656306216 Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-20 19:48:58 +03:00
cda07939db new helm 2024-02-20 19:37:18 +03:00
Joachim Hill-Grannec
98bb4e4ba4 explicitly target linux amd64 2022-08-23 09:31:37 -06:00
Ivan Krylov
9a9987eeb2 fix issue 2022-08-23 12:41:12 +01:00
Joachim Hill-Grannec
fed0a769f2 Update container maintainer 2022-08-22 09:58:59 -06:00
Marcel Hoppe
24f10ce1b9 Update to helm 3.8.1 2022-04-04 11:51:54 +02:00
George Kaz
e482a144c1 add skip-crds flag support
Signed-off-by: George Kaz <egeorgekaz@gmail.com>
2021-07-20 19:26:00 +01:00
jie
1809d7b133 upgrade helm to 3.2.4, kubernetes needs 1.8+ 2020-08-19 13:36:30 +08:00
Joachim Hill-Grannec
591b084970 upgrading image to helm 3.1.1 2020-03-06 13:25:35 -06:00
Joachim Hill-Grannec
3fa2d71559 pin version of docker image to alpine/helm:3.0.2 2019-12-31 17:57:32 -05:00
Erin Call
801598e1c5 Use a clearer filepath for the kubeconfig template [#13] 2019-12-24 16:16:22 -08:00
Erin Call
13c663e906 Initialize kubernetes config on upgrade
This change revealed more about how the system needs to work, so there
are some supporting changes:

* helm.upgrade and helm.help are now vars rather than raw functions.
    This allows unit tests to target the "which step should we run"
    logic directly by comparing function pointers, rather than having to
    configure/prepare a fully-valid Plan and then infer the logic’s
    correctness based on the Plan’s state.
* configuration that's specific to kubeconfig initialization is now part
    of the InitKube struct rather than run.Config, since other steps
    shouldn’t need access to those settings (particularly the secrets).
* Step.Execute now receives a run.Config so it can log debug output.
2019-12-16 15:41:04 -08:00
Erin Call
ba75a9b1d8 Initial config for building the plugin itself 2019-12-03 09:50:15 -08:00