From 199526aae15ff1fdbc95ed992ca2de38ae3ff1a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:28:32 +0000 Subject: [PATCH 1/2] Update actions/checkout digest to 11bd719 --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 9e5a7150..de6ef11f 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} fetch-depth: 0 From 521cfe02fdc5dd55e1f678484059252fd06afa82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 23 Oct 2024 17:32:07 +0000 Subject: [PATCH 2/2] [MegaLinter] Apply linters fixes --- k8s/cluster-apps/homer/config.yaml | 2 +- k8s/cluster-apps/homer/deployment.yaml | 4 ++-- k8s/cluster-apps/homer/ingress.yaml | 26 +++++++++++++------------- k8s/cluster-apps/homer/service.yaml | 8 ++++---- k8s/cluster-apps/reloader.yaml | 2 +- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/k8s/cluster-apps/homer/config.yaml b/k8s/cluster-apps/homer/config.yaml index c54e856e..d4177bed 100644 --- a/k8s/cluster-apps/homer/config.yaml +++ b/k8s/cluster-apps/homer/config.yaml @@ -181,4 +181,4 @@ data: logo: "https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/changedetection-io.png" subtitle: "Detect website content changes and perform meaningful action" url: "https://changedetection.k8s.javydekoning.com" - target: "_blank" \ No newline at end of file + target: "_blank" diff --git a/k8s/cluster-apps/homer/deployment.yaml b/k8s/cluster-apps/homer/deployment.yaml index d03cfa6a..92787b1b 100644 --- a/k8s/cluster-apps/homer/deployment.yaml +++ b/k8s/cluster-apps/homer/deployment.yaml @@ -29,7 +29,7 @@ spec: exec: command: - wget - - -q # Quiet mode + - -q # Quiet mode - localhost:8080 - -O - /dev/null @@ -67,4 +67,4 @@ spec: - configMap: defaultMode: 420 name: homer-config - name: config \ No newline at end of file + name: config diff --git a/k8s/cluster-apps/homer/ingress.yaml b/k8s/cluster-apps/homer/ingress.yaml index c9f8695c..0bfe8e8b 100644 --- a/k8s/cluster-apps/homer/ingress.yaml +++ b/k8s/cluster-apps/homer/ingress.yaml @@ -8,17 +8,17 @@ metadata: spec: ingressClassName: nginx rules: - - host: homer.k8s.javydekoning.com - http: - paths: - - backend: - service: - name: homer - port: - number: 8080 - path: / - pathType: Prefix + - host: homer.k8s.javydekoning.com + http: + paths: + - backend: + service: + name: homer + port: + number: 8080 + path: / + pathType: Prefix tls: - - hosts: - - homer.k8s.javydekoning.com - secretName: javydekoning-com-tls + - hosts: + - homer.k8s.javydekoning.com + secretName: javydekoning-com-tls diff --git a/k8s/cluster-apps/homer/service.yaml b/k8s/cluster-apps/homer/service.yaml index ce99c25b..b0592ac6 100644 --- a/k8s/cluster-apps/homer/service.yaml +++ b/k8s/cluster-apps/homer/service.yaml @@ -8,10 +8,10 @@ metadata: spec: internalTrafficPolicy: Cluster ports: - - name: http - port: 8080 - protocol: TCP - targetPort: http + - name: http + port: 8080 + protocol: TCP + targetPort: http selector: app: homer type: ClusterIP diff --git a/k8s/cluster-apps/reloader.yaml b/k8s/cluster-apps/reloader.yaml index f917a709..f80cbe73 100644 --- a/k8s/cluster-apps/reloader.yaml +++ b/k8s/cluster-apps/reloader.yaml @@ -16,4 +16,4 @@ spec: namespace: reloader syncPolicy: syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true