Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout digest to 11bd719 #2200

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion k8s/cluster-apps/homer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
target: "_blank"
4 changes: 2 additions & 2 deletions k8s/cluster-apps/homer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
exec:
command:
- wget
- -q # Quiet mode
- -q # Quiet mode
- localhost:8080
- -O
- /dev/null
Expand Down Expand Up @@ -67,4 +67,4 @@ spec:
- configMap:
defaultMode: 420
name: homer-config
name: config
name: config
26 changes: 13 additions & 13 deletions k8s/cluster-apps/homer/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions k8s/cluster-apps/homer/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion k8s/cluster-apps/reloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
namespace: reloader
syncPolicy:
syncOptions:
- CreateNamespace=true
- CreateNamespace=true