Skip to content

Commit 0450038

Browse files
committed
chore: remove deuplicate k8s-down ci step
remove duplicate step, rekres, bump deps, fix lint issues Signed-off-by: Orzelius <33936483+Orzelius@users.noreply.github.com>
1 parent 470cb2f commit 0450038

11 files changed

Lines changed: 15 additions & 21 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-18T12:59:27Z by kres 6458cfd.
3+
# Generated on 2026-02-19T02:54:54Z by kres 6458cfd.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-18T12:59:27Z by kres 6458cfd.
3+
# Generated on 2026-02-19T02:54:54Z by kres 6458cfd.
44

55
concurrency:
66
group: helm-${{ github.head_ref || github.run_id }}

.github/workflows/integration-cdn-talos-main-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-18T12:59:27Z by kres 6458cfd.
3+
# Generated on 2026-02-19T02:54:54Z by kres 6458cfd.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}

.github/workflows/integration-direct-talos-main-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-18T12:59:27Z by kres 6458cfd.
3+
# Generated on 2026-02-19T02:54:54Z by kres 6458cfd.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}

.github/workflows/integration-s3-talos-main-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-18T12:59:27Z by kres 6458cfd.
3+
# Generated on 2026-02-19T02:54:54Z by kres 6458cfd.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-18T12:59:27Z by kres 6458cfd.
3+
# Generated on 2026-02-19T02:54:54Z by kres 6458cfd.
44

55
version: "2"
66

.kres.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -916,18 +916,6 @@ spec:
916916
rm -f $(ARTIFACTS)/talosconfig $(ARTIFACTS)/kubeconfig
917917
---
918918
kind: custom.Step
919-
name: k8s-down
920-
spec:
921-
makefile:
922-
enabled: true
923-
phony: true
924-
script:
925-
- |
926-
$(ARTIFACTS)/talosctl cluster destroy \
927-
--name=image-factory-env
928-
rm -f $(ARTIFACTS)/talosconfig $(ARTIFACTS)/kubeconfig
929-
---
930-
kind: custom.Step
931919
name: chart-version
932920
spec:
933921
makefile:

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2026-02-18T12:59:27Z by kres 6458cfd.
5+
# Generated on 2026-02-19T02:54:54Z by kres 6458cfd.
66

77
ARG TOOLCHAIN=scratch
88
ARG PKGS_PREFIX=scratch
@@ -329,3 +329,4 @@ COPY --from=imager-tools / /
329329
LABEL org.opencontainers.image.source=https://github.com/siderolabs/image-factory
330330
ENV TUF_ROOT=/tmp
331331
ENTRYPOINT ["/usr/bin/image-factory"]
332+

cmd/image-factory/flags/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
// Package flags contains custom flag types for the image-factory command.
65
package flags
76

87
import (

cmd/image-factory/flags/flags.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This Source Code Form is subject to the terms of the Mozilla Public
2+
// License, v. 2.0. If a copy of the MPL was not distributed with this
3+
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
// Package flags provides custom pflag.Value implementations for image-factory command-line flags.
6+
package flags

0 commit comments

Comments
 (0)