Skip to content

Commit

Permalink
0 epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 14, 2023
1 parent 7917a18 commit 8ea92f2
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions cmd/imagedeps/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@ import (

var (
minioTags = []string{
"0.20231101.183725-3",
"0.20231101.183725-2",
"0.20231101.183725-1",
"0.20231101.183725-0",
"0.20231101.183725",
"0.20231100.183724",
"0.20231031.183723",
"0.20231030.183722",
}

rqliteTags = []string{
"7.21.4-2",
"7.21.4-1",
"7.21.4-0",
"7.21.4",
"7.20.3",
"7.19.2",
"6.18.1",
}

dexTags = []string{
"2.37.0-1",
"2.37.0-0",
"2.37.0",
"2.36.0",
"2.35.0",
Expand Down
2 changes: 1 addition & 1 deletion cmd/imagedeps/testdata/dex/.image.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
# name.
DEX_TAG='2.37.0-1'
DEX_TAG='2.37.0-0'
2 changes: 1 addition & 1 deletion cmd/imagedeps/testdata/dex/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package image
// image name.

const (
Dex = "kotsadm/dex:2.37.0-1"
Dex = "kotsadm/dex:2.37.0-0"
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contents:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- dex~2.37.0-1
- dex~2.37.0-0
- gomplate
- bash
- busybox
Expand Down
2 changes: 1 addition & 1 deletion cmd/imagedeps/testdata/minio/.image.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
# name.
MINIO_TAG='0.20231101.183725-3'
MINIO_TAG='0.20231101.183725-2'
2 changes: 1 addition & 1 deletion cmd/imagedeps/testdata/minio/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package image
// image name.

const (
Minio = "kotsadm/minio:0.20231101.183725-3"
Minio = "kotsadm/minio:0.20231101.183725-2"
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contents:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- minio~0.20231101.183725-3
- minio~0.20231101.183725-2
- mc
- bash
- busybox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contents:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- minio~0.20231101.183725-2
- minio~0.20231101.183725-1
- mc
- bash
- busybox
Expand Down
2 changes: 1 addition & 1 deletion cmd/imagedeps/testdata/rqlite/.image.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
# name.
RQLITE_TAG='7.21.4-2'
RQLITE_TAG='7.21.4-1'
2 changes: 1 addition & 1 deletion cmd/imagedeps/testdata/rqlite/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package image
// image name.

const (
Rqlite = "kotsadm/rqlite:7.21.4-2"
Rqlite = "kotsadm/rqlite:7.21.4-1"
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ contents:
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- rqlite~7.21.4-1
- rqlite~7.21.4-0
- rqlite-oci-entrypoint
- bash
- busybox
Expand Down

0 comments on commit 8ea92f2

Please sign in to comment.