-
Notifications
You must be signed in to change notification settings - Fork 11
/
artifacts.go
28 lines (26 loc) · 1.71 KB
/
artifacts.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Code generated by generate-artifacts. DO NOT EDIT.
//go:build !release
package neco
var CurrentArtifacts = ArtifactSet{
Images: []ContainerImage{
{Name: "coil", Repository: "ghcr.io/cybozu-go/coil", Tag: "2.7.2", Private: false},
{Name: "bird", Repository: "ghcr.io/cybozu/bird", Tag: "2.15.1.1", Private: false},
{Name: "chrony", Repository: "ghcr.io/cybozu/chrony", Tag: "4.5.0.2", Private: false},
{Name: "etcd", Repository: "ghcr.io/cybozu/etcd", Tag: "3.5.14.1", Private: false},
{Name: "promtail", Repository: "ghcr.io/cybozu/promtail", Tag: "2.9.9.1", Private: false},
{Name: "sabakan", Repository: "ghcr.io/cybozu-go/sabakan", Tag: "3.1.2", Private: false},
{Name: "serf", Repository: "ghcr.io/cybozu/serf", Tag: "0.10.1.6", Private: false},
{Name: "setup-hw", Repository: "ghcr.io/cybozu-go/setup-hw", Tag: "1.17.1", Private: true},
{Name: "squid", Repository: "ghcr.io/cybozu/squid", Tag: "6.10.0.1", Private: false},
{Name: "squid-exporter", Repository: "ghcr.io/cybozu/squid-exporter", Tag: "1.0.6", Private: false},
{Name: "vault", Repository: "ghcr.io/cybozu/vault", Tag: "1.17.5.1", Private: false},
{Name: "cilium", Repository: "ghcr.io/cybozu/cilium", Tag: "1.14.14.1", Private: false},
{Name: "cilium-operator-generic", Repository: "ghcr.io/cybozu/cilium-operator-generic", Tag: "1.14.14.1", Private: false},
{Name: "hubble-relay", Repository: "ghcr.io/cybozu/hubble-relay", Tag: "1.14.14.1", Private: false},
{Name: "cilium-certgen", Repository: "ghcr.io/cybozu/cilium-certgen", Tag: "0.1.14.1", Private: false},
},
Debs: []DebianPackage{
{Name: "etcdpasswd", Owner: "cybozu-go", Repository: "etcdpasswd", Release: "v1.4.8"},
},
OSImage: OSImage{Channel: "stable", Version: "3975.2.2"},
}