File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.1.23 (2022-09-23)
2
+ ---------------------------
3
+ charts/daemonset: Increase configurability for Service in daemonset chart (#63)
4
+ charts/daemonset: Add additional security options to daemonset chart (#62)
5
+ charts/daemonset: Add annotations support to daemonset chart (#61)
6
+ charts/daemonset: Allow additional volume configurations for daemonset (#60)
7
+ charts/daemonset: Add support for ClusterRoles in daemonset chart (#59)
8
+
1
9
Version 0.1.22 (2022-09-23)
2
10
---------------------------
3
11
charts/cloudserviceaccount: Add support for ServiceAccount secrets (#58)
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies:
4
4
version: 0.1.0
5
5
- name: cloudserviceaccount
6
6
repository: https://snowplow-devops.github.io/helm-charts
7
- version: 0.1 .0
8
- digest: sha256:a72e7c9d83384e74e5aca8b6e1681f8ceab29e3d597a3d66a4f48ba6ea2fa6a1
9
- generated: "2022-08-26T13:33:27.712249+02 :00"
7
+ version: 0.2 .0
8
+ digest: sha256:d01c3a86be457bde482b86cbe6dc131a1a32097005e306421cac1ff818c2196d
9
+ generated: "2022-09-26T16:35:02.135781-04 :00"
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : daemonset
3
3
description : A Helm Chart to deploy an arbitrary container as a daemonset.
4
- version : 0.1 .0
4
+ version : 0.2 .0
5
5
icon : https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png
6
6
home : https://github.com/snowplow-devops/helm-charts
7
7
sources :
@@ -17,6 +17,6 @@ dependencies:
17
17
version : 0.1.0
18
18
repository : " https://snowplow-devops.github.io/helm-charts"
19
19
- name : cloudserviceaccount
20
- version : 0.1 .0
20
+ version : 0.2 .0
21
21
repository : " https://snowplow-devops.github.io/helm-charts"
22
22
condition : cloudserviceaccount.deploy
You can’t perform that action at this time.
0 commit comments