helmfile
Deploy Kubernetes Helm Charts
Helmfile is a declarative spec for deploying helm charts. It lets you...
- Keep a directory of chart value files and maintain changes in version control.
- Apply CI/CD to configuration changes.
- Periodically sync to avoid skew in environments.
https://helmfile.readthedocs.io/
amd64 arm64
Installation
1. Add WakeMeOps repository
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash
2. Install helmfile
Snippets
Download URLs
Version | SHA256 | Size (KB) |
---|---|---|
1.0.0-rc.7 | a09e266b9524289b88c8af3f0546e72f5b25e435da96807ceea6769d43e9c604 |
21398 |
1.0.0-rc.0 | 86a819c8d67059be81a368a92e79e185659e491a6bd40bc593cdf9d180f32ae7 |
16519 |
0.169.1 | 4d15b2c492b693ebb5df43c50a498e1d5e58c9d2a2cd1c59b730f648ea0c7641 |
21407 |
0.163.1 | 1ee6215350f6785b7e4c929970b3751ec29f5eb3388ccb984e5695c01c9109d9 |
15875 |
0.163.0 | e9868b02e4c2aa4e93742ba61ca15ed7885f306064a2d3e98926e85866231456 |
15795 |
0.162.0 | c4fcde3a81bf4ee50d9edfedd83f38c8f83f9036f23ea37188749c1b34a2e92b |
15204 |
0.161.0 | cde8220f2c647912465afc647564897c518ddd6537b1006dc27b51925e65b815 |
14957 |
0.160.0 | 6ea916499ee430475beb38efc1eb6741a6af83dc7c03187c8f0713370095c6b2 |
14850 |
0.159.0 | 6b31b028bb6d5f1406df886795b7a8949472cf88fdad977e42cb294f9cff8e33 |
14474 |
0.158.1 | 0775a843c229aa4630deecc726b218eb04600f6e00208ba59babe2561f1ac670 |
14457 |
Version | SHA256 | Size (KB) |
---|---|---|
1.0.0-rc.7 | 16933684051e22ae2fd9fcfd2455e7b3fced1a4f6589b9ee0023398b840273b0 |
18633 |
1.0.0-rc.0 | e8b5b958912e0212a53a7d1cba7ff7be76c07a92ec74ccd9b71e044f567b13e7 |
14209 |
0.169.1 | 5f3eb9acd93056fe9c544e8805fd6672b59ddb542825261a6193c1b32eb21de4 |
18633 |
0.163.1 | 1fc4cc817f2621c2b4cec24c82039f16e32252f6e2cc9787051f41939bdef6b3 |
13653 |
0.163.0 | fcb3fa95ee79544e3e4a1d6128791741f08baf380bc49eca61d92c8313dadfab |
13592 |
0.162.0 | 03f473dff5c955f04d8ca69f0196d06f00599127819dc5f95d662835dbddbff9 |
13089 |
0.161.0 | 20b92d78537b3eea0b0d206de1028c27f9d48592f83b387caad29cacc40ada6b |
12851 |
0.160.0 | 4ab30bf2f1856aef7a71d0b865499b7d08af3407ad1bcfae3c73f537ad5c682a |
12755 |
0.159.0 | c9c80c84c8078de0835d52723243d14d25a16661bb40114ee7dcc592bd9fc284 |
12405 |
0.158.1 | 3ebd9962db22910fc8a9effaca94a3b1a144ee08a45ff2e1aee3ddac24cb2f53 |
12392 |
Blueprints
Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for helmfile are versioned here.
Click here to see helmfile ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/helmfile/ops2deb.yml
- name: helmfile
version: 0.141.0
homepage: https://helmfile.readthedocs.io/
summary: deploy Kubernetes Helm Charts
description: |-
Helmfile is a declarative spec for deploying helm charts. It lets you...
- Keep a directory of chart value files and maintain changes in version
control.
- Apply CI/CD to configuration changes.
- Periodically sync to avoid skew in environments.
fetch: https://github.com/roboll/helmfile/releases/download/v{{version}}/helmfile_linux_amd64
script:
- install -m 755 helmfile_linux_amd64 {{src}}/usr/bin/helmfile
- name: helmfile
version: 0.142.0
revision: "3"
homepage: https://helmfile.readthedocs.io/
summary: deploy Kubernetes Helm Charts
description: |-
Helmfile is a declarative spec for deploying helm charts. It lets you...
- Keep a directory of chart value files and maintain changes in version
control.
- Apply CI/CD to configuration changes.
- Periodically sync to avoid skew in environments.
fetch: https://github.com/roboll/helmfile/releases/download/v{{version}}/helmfile_linux_amd64
script:
- install -m 755 helmfile_linux_amd64 {{src}}/usr/bin/helmfile
- name: helmfile
matrix:
architectures:
- amd64
- arm64
version: 0.143.0
revision: "2"
homepage: https://helmfile.readthedocs.io/
summary: deploy Kubernetes Helm Charts
description: |-
Helmfile is a declarative spec for deploying helm charts. It lets you...
- Keep a directory of chart value files and maintain changes in version
control.
- Apply CI/CD to configuration changes.
- Periodically sync to avoid skew in environments.
fetch: https://github.com/roboll/helmfile/releases/download/v{{version}}/helmfile_linux_{{goarch}}
script:
- mv helmfile_linux_{{goarch}} {{src}}/usr/bin/helmfile
- name: helmfile
matrix:
architectures:
- amd64
- arm64
versions:
- 0.143.1
- 0.143.3
- 0.143.4
- 0.143.5
- 0.144.0
homepage: https://helmfile.readthedocs.io/
summary: deploy Kubernetes Helm Charts
description: |-
Helmfile is a declarative spec for deploying helm charts. It lets you...
- Keep a directory of chart value files and maintain changes in version
control.
- Apply CI/CD to configuration changes.
- Periodically sync to avoid skew in environments.
fetch: https://github.com/roboll/helmfile/releases/download/v{{version}}/helmfile_linux_{{goarch}}
script:
- mv helmfile_linux_{{goarch}} {{src}}/usr/bin/helmfile
- name: helmfile
matrix:
architectures:
- amd64
- arm64
versions:
- 0.145.0
- 0.145.3
- 0.145.4
- 0.145.5
- 0.146.0
- 0.147.0
- 0.148.0
- 0.148.1
- 0.149.0
- 0.150.0
- 0.151.0
- 0.152.0
- 0.153.1
- 0.154.0
- 0.155.0
- 0.155.1
- 0.156.0
- 0.157.0
- 0.158.0
- 0.158.1
- 0.159.0
- 0.160.0
- 0.161.0
- 0.162.0
- 0.163.0
- 0.163.1
- 0.169.1
- 1.0.0-rc.0
- 1.0.0-rc.7
homepage: https://helmfile.readthedocs.io/
summary: deploy Kubernetes Helm Charts
description: |-
Helmfile is a declarative spec for deploying helm charts. It lets you...
- Keep a directory of chart value files and maintain changes in version
control.
- Apply CI/CD to configuration changes.
- Periodically sync to avoid skew in environments.
fetch: https://github.com/helmfile/helmfile/releases/download/v{{version}}/helmfile_{{version}}_linux_{{goarch}}.tar.gz
install:
- helmfile:/usr/bin/helmfile
The blueprint fetch
keyword contains a URL template pointing to helmfile releases. Downloaded files are locked in a lockfile versioned here.
Click here to see helmfile release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/helmfile/ops2deb.lock.yml
- url: https://github.com/roboll/helmfile/releases/download/v0.141.0/helmfile_linux_amd64
sha256: 19f5ee251f440e50388709898b8abc725974f98b1aa66331b9916f89074fad38
timestamp: 2021-10-04 05:33:23+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.142.0/helmfile_linux_amd64
sha256: ec01b884cbb9d072f4a6784b33a29f3311248e85e714ebacabba85a79a3ba3db
timestamp: 2021-12-12 19:50:41+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.0/helmfile_linux_amd64
sha256: 829b2b27aa4d7111f6c5b047ca162d2a9aef76b6646bb31c895850683a86c2c1
timestamp: 2022-02-14 01:26:32+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.0/helmfile_linux_arm64
sha256: 91fae17f3b43dcfd34b0cc8b0d69eb3937b13d0e3ddca96dcada58bdafc1ccf4
timestamp: 2022-02-14 01:26:32+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.1/helmfile_linux_amd64
sha256: 0ab1ada0c561493070a74d0891f9f6ac6ede2cd9bde42547a5e698336c1e6128
timestamp: 2022-03-14 13:34:51+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.1/helmfile_linux_arm64
sha256: abfd8dc83b118a463de01739e02778c85c28fe37c33035ff622c59ae958c7e91
timestamp: 2022-03-14 13:34:51+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.3/helmfile_linux_amd64
sha256: a30a5c9f64c8eba2123625497913f9ad210a047e997f2363cda3189cbac8f970
timestamp: 2022-03-24 04:27:24+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.3/helmfile_linux_arm64
sha256: fff8d642e5a5e048d099a919fd6317dc24216e10fb0b2e33b58d35f54d564bd1
timestamp: 2022-03-24 04:27:24+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.4/helmfile_linux_amd64
sha256: 8f2f212d167b94c4dfc94b8f05f66aabeaa600b3991381dbcaadddfaec0a1583
timestamp: 2022-03-25 02:35:52+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.4/helmfile_linux_arm64
sha256: 9c619b39f54be4a9b8aa0c021953e17fbecab89c0b058a05e5b0976ef0065624
timestamp: 2022-03-25 02:35:52+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.5/helmfile_linux_amd64
sha256: 599b21ea7286a26633488f637e423c8f779faf6d5d442f2406cfec6995842e8e
timestamp: 2022-03-29 03:44:54+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.143.5/helmfile_linux_arm64
sha256: c37c94f6141792b3abfe92dd16d9dedc5c985014077472ed05bfd87e7918b19e
timestamp: 2022-03-29 03:44:54+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_amd64
sha256: dcf865a715028d3a61e2fec09f2a0beaeb7ff10cde32e096bf94aeb9a6eb4f02
timestamp: 2022-03-31 05:32:30+00:00
- url: https://github.com/roboll/helmfile/releases/download/v0.144.0/helmfile_linux_arm64
sha256: 8461bbb13ba23f4333dc99d96bf7a24c283cd7683e746acf639d80bbd828926a
timestamp: 2022-03-31 05:32:30+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.0/helmfile_0.145.0_linux_amd64.tar.gz
sha256: 2a5d10adce4a9735ac44a9548797f62739e187acc251c284dbd5ce8e6f0f3410
timestamp: 2022-08-22 10:57:25+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.0/helmfile_0.145.0_linux_arm64.tar.gz
sha256: 4553acf0101fd0ddc9d3ca19c003eded55b97f42e1002ffa1e7cc0636834f54d
timestamp: 2022-08-22 10:57:25+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.3/helmfile_0.145.3_linux_amd64.tar.gz
sha256: 7ec58255927eb5dcd18d9361de52ed548b84f657356dc5f9e88ecfb4af1d2279
timestamp: 2022-08-22 11:18:51+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.3/helmfile_0.145.3_linux_arm64.tar.gz
sha256: 0c04184429411cad64e997377ccb01674ebea9fb05fc9e6398d4a7a115d27e97
timestamp: 2022-08-22 11:18:51+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.4/helmfile_0.145.4_linux_amd64.tar.gz
sha256: 637e71644fc9432b16f88ca32a3f34c2d3982dff1b4c447e5a5b08b97a2f20d1
timestamp: 2022-08-25 04:27:01+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.4/helmfile_0.145.4_linux_arm64.tar.gz
sha256: 66494e7c3fc0f8f9640a32e99998f5cb78dd7e8ca1d79fb67f03b79bfed6d0b5
timestamp: 2022-08-25 04:27:01+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.5/helmfile_0.145.5_linux_amd64.tar.gz
sha256: 5342ac7ec7df19f30432b8cef0efa341c9430945ae2f9704daca2a933aa360a4
timestamp: 2022-09-14 04:34:00+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.145.5/helmfile_0.145.5_linux_arm64.tar.gz
sha256: 275e1aedaccf230c729a10aba2a45dc5c75b2f32e6479740d4fdd579d55f274b
timestamp: 2022-09-14 04:34:00+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.146.0/helmfile_0.146.0_linux_amd64.tar.gz
sha256: 3be02c2f02d022b50706b1dad8ce5dba2d740031dc425bb8c6c76fa09bcfff3d
timestamp: 2022-09-20 04:31:29+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.146.0/helmfile_0.146.0_linux_arm64.tar.gz
sha256: ac6cf4c09be01122cd5d3d60dd19fa9101882797a5665f46741307a83eb70668
timestamp: 2022-09-20 04:31:29+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.147.0/helmfile_0.147.0_linux_amd64.tar.gz
sha256: 7d15a4441c4be8edd9dc86ade33b38bf24aa6e9e9dff3ca3c253db7787e97506
timestamp: 2022-10-09 11:27:18+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.147.0/helmfile_0.147.0_linux_arm64.tar.gz
sha256: abba5f91c4d1507ae4ef428b37d8b9d5fadc6b2bce0d27062c6c58891917f291
timestamp: 2022-10-09 11:27:18+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.148.0/helmfile_0.148.0_linux_amd64.tar.gz
sha256: 484755aab9fe1dff13c197a788547cb8a64b662fdbc56506ec2a75ab517f44d4
timestamp: 2022-11-13 03:00:13+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.148.0/helmfile_0.148.0_linux_arm64.tar.gz
sha256: 3ef5164d9efec80fa9ab458be12774f078908bcfeaa149d58322cb61b230e3d5
timestamp: 2022-11-13 03:00:13+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.148.1/helmfile_0.148.1_linux_amd64.tar.gz
sha256: 97b5ed8f3a4c1d5202770110852eb96843656a0d260a4c5b079209dc3a71dc7f
timestamp: 2022-11-13 10:21:57+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.148.1/helmfile_0.148.1_linux_arm64.tar.gz
sha256: 1fa15b242090c4efc389d49557405ce597036ea6046a994c8f56eb60c6d8eaf9
timestamp: 2022-11-13 10:21:57+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.149.0/helmfile_0.149.0_linux_amd64.tar.gz
sha256: 10645a3319c727bd2a9f663d2e2083966a4c79b9880131589d397050d80f5870
timestamp: 2022-12-15 07:24:56+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.149.0/helmfile_0.149.0_linux_arm64.tar.gz
sha256: 72d68ff5f29e4564e2f8c29ee1de7fdd9025a2fe2d30ce59f2517d127c81a0b1
timestamp: 2022-12-15 07:24:56+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.150.0/helmfile_0.150.0_linux_amd64.tar.gz
sha256: 1a8790558602011e8f073cb033dccc1c444c46b5b961e57e15bb466199794970
timestamp: 2023-01-17 04:20:15+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.150.0/helmfile_0.150.0_linux_arm64.tar.gz
sha256: 0726811d9bfaed5d5a093e581bfc023ea1cb052c3892a59356383aa16a720b3a
timestamp: 2023-01-17 04:20:15+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.151.0/helmfile_0.151.0_linux_amd64.tar.gz
sha256: f33bdad8c1c7081cc95a858c4d307baf419f03d77758fae26ac8625725b398d9
timestamp: 2023-02-17 16:20:31+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.151.0/helmfile_0.151.0_linux_arm64.tar.gz
sha256: 70eebf9abdea2eb605a3b8a19366333e92310286cdf10c982310d4c8c775b001
timestamp: 2023-02-17 16:20:31+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.152.0/helmfile_0.152.0_linux_amd64.tar.gz
sha256: 519d8cbdb755abe7cbe1b8e926cf91e4355169cd587103f2d4529d6e4e3d45a3
timestamp: 2023-03-30 03:19:06+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.152.0/helmfile_0.152.0_linux_arm64.tar.gz
sha256: 37cad09f633acfb90d216d9c47060fa2ebd6cefe69db7a1d8ac9eec9584c1d27
timestamp: 2023-03-30 03:19:06+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.153.1/helmfile_0.153.1_linux_amd64.tar.gz
sha256: c9b85718b38a0f9d34ebe38171e18250171285b9cb9c0886241a1a7fd0a1752d
timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.153.1/helmfile_0.153.1_linux_arm64.tar.gz
sha256: 70f44d491dcc42ece6626cb604b5992a85c047890fd1cf3e36bb7ba383718e90
timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.154.0/helmfile_0.154.0_linux_amd64.tar.gz
sha256: bc6ace0d37459f5f4f1f3949590e4e7975581ba4dedaf7ba978288ae968c7228
timestamp: 2023-05-24 01:35:33+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.154.0/helmfile_0.154.0_linux_arm64.tar.gz
sha256: 2f8775448c42e9865a969f8227763db01ad6cde5898646619ccdaea7c06d4434
timestamp: 2023-05-24 01:35:33+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.155.0/helmfile_0.155.0_linux_amd64.tar.gz
sha256: 2c9cf4e2e41207f066a0b6013ce878f49492fe7126c69a7718d3e0a637d2649c
timestamp: 2023-06-29 06:25:18+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.155.0/helmfile_0.155.0_linux_arm64.tar.gz
sha256: bc514b4dcbc27922a08c0dce2566087254cd868531209ffc16eced668d1eee98
timestamp: 2023-06-29 06:25:18+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.155.1/helmfile_0.155.1_linux_amd64.tar.gz
sha256: 979c38f23dba0b9b15abb2c14d2a92af9ff050a2a140d42b879d3f5438fabcd0
timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.155.1/helmfile_0.155.1_linux_arm64.tar.gz
sha256: 787e6214d29e5dbc9116dbd99437a0e5ddea9cceab32deb29758b405629e751e
timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.156.0/helmfile_0.156.0_linux_amd64.tar.gz
sha256: 20c1889efb82badbe098a74d218f2dea087daa5a5d7224107e7205f16cc236ea
timestamp: 2023-08-18 15:16:06+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.156.0/helmfile_0.156.0_linux_arm64.tar.gz
sha256: ca25c63f4946cbc37b69485891351e2f56f01452a7e83db1b7f34899c30d86ad
timestamp: 2023-08-18 15:16:06+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.157.0/helmfile_0.157.0_linux_amd64.tar.gz
sha256: 0b2d9f603752b51e7b3a23cb2784c334c920cb6ed5f83ac6df6c29c8be5a75ae
timestamp: 2023-09-12 03:16:30+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.157.0/helmfile_0.157.0_linux_arm64.tar.gz
sha256: d9e8d35cb3cad9bb97a01309ec49e1e7cb028a2b632cfb68a7b9fac540f1701b
timestamp: 2023-09-12 03:16:30+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.158.0/helmfile_0.158.0_linux_amd64.tar.gz
sha256: dc4b437b830d9b181ba994faa21f194cfbdb4ea8527ea3dbbd1e8c153e45bdf1
timestamp: 2023-10-23 03:17:30+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.158.0/helmfile_0.158.0_linux_arm64.tar.gz
sha256: d1d694de7d335764ca1973a8392be822ac0f1834bc36f2c01e068ba97e26ac84
timestamp: 2023-10-23 03:17:30+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.158.1/helmfile_0.158.1_linux_amd64.tar.gz
sha256: b8843105157d4281847f54c35a3100afce4175a8b44a3539d54f9194f5497162
timestamp: 2023-11-01 06:22:59+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.158.1/helmfile_0.158.1_linux_arm64.tar.gz
sha256: 4333535c28854ee7304fefabb47fb3492c262506e9902bc3d3106fc091270d3c
timestamp: 2023-11-01 06:22:59+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.159.0/helmfile_0.159.0_linux_amd64.tar.gz
sha256: 84879d24be2343925b4ba8ebe42640dda74a617904686d49cd7141d99f91506d
timestamp: 2023-11-27 01:16:23+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.159.0/helmfile_0.159.0_linux_arm64.tar.gz
sha256: ea6cb72bfe1420509f1182560f8b37169fabf7e9cd2dd03adb4c46cc6cb5d228
timestamp: 2023-11-27 01:16:23+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.160.0/helmfile_0.160.0_linux_amd64.tar.gz
sha256: 697830fa64aa51bb0db25e1bf06a2eeb875c21f69a098f0fad58de79b4338cc8
timestamp: 2023-12-25 12:31:37+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.160.0/helmfile_0.160.0_linux_arm64.tar.gz
sha256: c93579457dab17ccbe8ba81b215f010331abcf11ca0184fbdc4df1a59ea38623
timestamp: 2023-12-25 12:31:37+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.161.0/helmfile_0.161.0_linux_amd64.tar.gz
sha256: c7545124335e693fbf147c7f43447507078a6ec7db52a26bd8686c085b2cc2f0
timestamp: 2024-01-24 06:23:34+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.161.0/helmfile_0.161.0_linux_arm64.tar.gz
sha256: 16c9a44ad0bf1df90e6a7d2f2fa0cfe032179aab64b0d29e92740542f7a093ca
timestamp: 2024-01-24 06:23:34+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.162.0/helmfile_0.162.0_linux_amd64.tar.gz
sha256: e8e7fb360d4cbc6192348c5b4587a4e64d4b619db88046d1142467a2e6d676ad
timestamp: 2024-02-18 12:06:54+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.162.0/helmfile_0.162.0_linux_arm64.tar.gz
sha256: b60f386228c6a8de494b90048f2c0a7d46b2733d5d721e707f99071d8b31858a
timestamp: 2024-02-18 12:06:54+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.163.0/helmfile_0.163.0_linux_amd64.tar.gz
sha256: cdbf00b509de013a6775e015e309c517c54c933758de3e5eb2761f22abe1b63a
timestamp: 2024-03-22 03:06:00+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.163.0/helmfile_0.163.0_linux_arm64.tar.gz
sha256: db1fcf601a8aef292d9fb1f5898b8b85e28942c84e4bcf40a9964e6e4ed97b03
timestamp: 2024-03-22 03:06:00+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.163.1/helmfile_0.163.1_linux_amd64.tar.gz
sha256: a8f9351cbca8f1181e8787350160d4a87c362274ed26286579031815408bb5cb
timestamp: 2024-03-26 00:20:16+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.163.1/helmfile_0.163.1_linux_arm64.tar.gz
sha256: fbe167d39c95ffc0b099ffea7ed31ee86a2c733b4dc9d233aa6966c5cf79c3e2
timestamp: 2024-03-26 00:20:16+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v1.0.0-rc.0/helmfile_1.0.0-rc.0_linux_amd64.tar.gz
sha256: dd570f355b29c5fdae827216ff801c92da11220942075f71c3ec0b525c685ddf
timestamp: 2024-05-02 00:21:43+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v1.0.0-rc.0/helmfile_1.0.0-rc.0_linux_arm64.tar.gz
sha256: 2e4a686abbc00288f9fbeb0aa94a315d0ed03ffb579ad9674fff6e99cec8b379
timestamp: 2024-05-02 00:21:43+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v1.0.0-rc.7/helmfile_1.0.0-rc.7_linux_amd64.tar.gz
sha256: 15fab26a8abb6b8471bdc4d10a19349418a636f671274f54e8447ea03b62fc0b
timestamp: 2024-11-08 09:23:26+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v1.0.0-rc.7/helmfile_1.0.0-rc.7_linux_arm64.tar.gz
sha256: 2693961fbcc5e9ce8adf59ecaebf956b52034f3cbabfb80baf3d00d09eae1b3a
timestamp: 2024-11-08 09:23:26+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.169.1/helmfile_0.169.1_linux_amd64.tar.gz
sha256: c3c18ad2fbc83a5440f09f79a9dfa8df2a288595766655fe79b34dd902ba8c6d
timestamp: 2024-11-14 15:14:02+00:00
- url: https://github.com/helmfile/helmfile/releases/download/v0.169.1/helmfile_0.169.1_linux_arm64.tar.gz
sha256: b95a01c7233f7724ca65614163b7bbdc1958e1679c43f7a1655a6896918ef720
timestamp: 2024-11-14 15:14:02+00:00