File tree 8 files changed +652
-468
lines changed
8 files changed +652
-468
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ components:
24
24
- " systemctl enable --now k3s"
25
25
files :
26
26
# Include the actual K3s binary
27
- - source : https://github.com/k3s-io/k3s/releases/download/v1.21 .6+k3s1/k3s
28
- shasum : 89eb5f3d12524d0a9d5b56ba3e2707b106e1731dd0e6d2e7b898ac585f4959df
27
+ - source : https://github.com/k3s-io/k3s/releases/download/v1.23 .6+k3s1/k3s
28
+ shasum : a60e039130faf2f0d349a79738e185616fd8e74ab9e0e356ce8127216fd8f9c4
29
29
target : /usr/sbin/k3s
30
30
executable : true
31
31
# K3s magic provides these tools when symlinking
@@ -34,8 +34,8 @@ components:
34
34
- /usr/sbin/ctr
35
35
- /usr/sbin/crictl
36
36
# Transfer the K3s images for containerd to pick them up
37
- - source : https://github.com/k3s-io/k3s/releases/download/v1.21 .6+k3s1/k3s-airgap-images-amd64.tar.zst
38
- shasum : 772ae839f8c7718e2022d103076df53452d4f09d2a22afdf4b5796cf0cbce62c
37
+ - source : https://github.com/k3s-io/k3s/releases/download/v1.23 .6+k3s1/k3s-airgap-images-amd64.tar.zst
38
+ shasum : c6b720bc0048d38a187236bc799ed7390422fb278ae7e8b119f81f4795ea33e5
39
39
target : /var/lib/rancher/k3s/agent/images/k3s.tar.zst
40
40
# K3s removal script
41
41
- source : assets/zarf-clean-k3s.sh
Original file line number Diff line number Diff line change 5
5
username : " zarf-git-user"
6
6
password : " ###ZARF_GIT_AUTH_PUSH###"
7
7
email : " zarf@localhost"
8
- cache :
9
- builtIn :
10
- enabled : false
11
8
config :
12
9
APP_NAME : " Zarf Gitops Service"
13
10
server :
@@ -24,14 +21,16 @@ gitea:
24
21
repository :
25
22
ENABLE_PUSH_CREATE_USER : true
26
23
FORCE_PRIVATE : true
27
- database :
28
- builtIn :
29
- postgresql :
30
- enabled : false
31
24
resources :
32
25
requests :
33
26
cpu : " 200m"
34
27
memory : " 512Mi"
35
28
limits :
36
29
cpu : " 1"
37
30
memory : " 2Gi"
31
+
32
+ memcached :
33
+ enabled : false
34
+
35
+ postgresql :
36
+ enabled : false
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ components:
6
6
- name : git-server
7
7
description : " Add Gitea for serving gitops-based clusters in an airgap"
8
8
images :
9
- - gitea/gitea:1.13.7
9
+ - gitea/gitea:1.16.8
10
10
charts :
11
11
- name : gitea
12
12
url : https://dl.gitea.io/charts
13
- version : 2.2.5
13
+ version : 5.0.8
14
14
namespace : zarf
15
15
valuesFiles :
16
16
- gitea-values.yaml
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ components:
6
6
- name : logging
7
7
description : " Add Promtail, Grafana and Loki (PGL) to this cluster for log monitoring."
8
8
images :
9
- - grafana /grafana:8.1.6
10
- - grafana/loki:2.4.1
11
- - grafana/promtail :2.1 .0
12
- - quay.io/kiwigrid/k8s-sidecar:1.12.3
9
+ - docker.io /grafana/promtail:2.4.2
10
+ - grafana/grafana:8.3.5
11
+ - grafana/loki :2.5 .0
12
+ - quay.io/kiwigrid/k8s-sidecar:1.15.6
13
13
charts :
14
14
- name : loki-stack
15
15
url : https://grafana.github.io/helm-charts
16
- version : 2.5.1
16
+ version : 2.6.4
17
17
namespace : zarf
18
18
valuesFiles :
19
19
- pgl-values.yaml
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ components:
7
7
- name : zarf-agent
8
8
required : true
9
9
images :
10
- - " defenseunicorns/zarf-agent:v0.19.0 "
10
+ - " defenseunicorns/zarf-agent:v0.19.1 "
11
11
variables :
12
- tag : " v0.19.0 "
12
+ tag : " v0.19.1 "
13
13
manifests :
14
14
- name : zarf-agent
15
15
namespace : zarf
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import (
16
16
"github.com/google/go-containerregistry/pkg/name"
17
17
v1 "github.com/google/go-containerregistry/pkg/v1"
18
18
"github.com/google/go-containerregistry/pkg/v1/tarball"
19
- "github.com/testifysec/witness/pkg /attestation"
20
- "github.com/testifysec/witness/pkg /attestation/syft"
19
+ "github.com/testifysec/go- witness/attestation"
20
+ "github.com/testifysec/go- witness/attestation/syft"
21
21
)
22
22
23
23
//go:embed viewer/*
You can’t perform that action at this time.
0 commit comments