Skip to content

Commit

Permalink
feat(hackdelft): add 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
dsluijk committed Oct 9, 2023
1 parent 9d75f69 commit 5f2e1a4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
26 changes: 26 additions & 0 deletions apps/hackdelft/image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# 2024
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageRepository
metadata:
name: hackdelft-2024
namespace: flux-system
spec:
image: ghcr.io/wisvch/hackdelft-2024
interval: 15m0s
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: hackdelft-2024
namespace: flux-system
spec:
imageRepositoryRef:
name: hackdelft-2024
filterTags:
pattern: "^(?P<ts>.*)-[a-fA-F0-9]+"
extract: "$ts"
policy:
numerical:
order: asc

# 2022
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageRepository
metadata:
Expand Down
13 changes: 12 additions & 1 deletion apps/hackdelft/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,23 @@ spec:
name: wisvch
namespace: flux-system
values:
defaultEdition: "2022"
defaultEdition: "2024"
tlsSecret: hackdelft-tls
domains:
- hackdelft.nl
- hackdelft.com
editions:
"2024":
replicaCount: 1
containerPort: 8080
service:
type: ClusterIP
port: 80
image:
repository: ghcr.io/wisvch/hackdelft-2024
tag: 20231009-67c937d # {"$imagepolicy": "flux-system:hackdelft-2024:tag"}
pullPolicy: IfNotPresent
pullSecrets: {}
"2022":
replicaCount: 1
containerPort: 8080
Expand Down

0 comments on commit 5f2e1a4

Please sign in to comment.