Skip to content

Commit

Permalink
chore(github): clean old pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 6, 2024
1 parent 35bdb98 commit 2e61538
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 179 deletions.
7 changes: 0 additions & 7 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
area/ansible:
- changed-files:
- any-glob-to-any-file: ansible/**/*
area/bootstrap:
- changed-files:
- any-glob-to-any-file: bootstrap/**/*
area/github:
- changed-files:
- any-glob-to-any-file: .github/**/*
area/kubernetes:
- changed-files:
- any-glob-to-any-file: kubernetes/**/*
area/taskfile:
- changed-files:
- any-glob-to-any-file: .taskfiles/**/*
- any-glob-to-any-file: Taskfile*
3 changes: 0 additions & 3 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
# Area
- { name: "area/ansible", color: "0e8a16" }
- { name: "area/bootstrap", color: "0e8a16" }
- { name: "area/github", color: "0e8a16" }
- { name: "area/kubernetes", color: "0e8a16" }
- { name: "area/taskfile", color: "0e8a16" }
# Distro
- { name: "distro/k3s", color: "ffc300" }
- { name: "distro/talos", color: "ffc300" }
# Renovate
- { name: "renovate/ansible", color: "027fa0" }
- { name: "renovate/container", color: "027fa0" }
Expand Down
42 changes: 0 additions & 42 deletions .github/tests/config-k3s-ipv6.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/tests/config-talos.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/devcontainer.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
--strip-attrs "helm.sh/chart,checksum/config,app.kubernetes.io/version,chart"
--limit-bytes 10000
--all-namespaces
--sources "flux-systems"
--sources "flux-system"
--output-file diff.patch
- name: Generate Diff
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/kubernetes/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ k3s_registries:
quay.io:
registry.k8s.io:
# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: v1.31.1+k3s1
k3s_release_version: v1.31.2+k3s1
k3s_server_manifests_templates:
- custom-cilium-helmchart.yaml
- kube-vip-ds.yaml
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion kubernetes/raspberry/storage/longhorn/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ spec:
gethomepage.dev/icon: longhorn.png
gethomepage.dev/name: longhorn
gethomepage.dev/pod-selector: "app=longhorn-ui"
gethomepage.dev/widget.type: "longhorn"
host: &host "longhorn.raspberry.${SECRET_DOMAIN}"
tls: true
tlsSecret: "longhorn-certs"
Expand Down

0 comments on commit 2e61538

Please sign in to comment.