Skip to content

Commit

Permalink
chore(kubernetes): update semver apps
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 3, 2024
1 parent 37ba193 commit f0bdcfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"versioning": "loose",
"matchPackagePatterns": ["plex", "qbittorrent"]
},
{
"description": "Custom versioning for lldap",
"matchDatasources": ["docker"],
"versioning": "regex:^(?<major>\\d+)\\-(?<minor>\\d+)\\-(?<patch>\\d+)-(?<compatibility>)$",
"matchPackagePatterns": ["lldap"]
},
{
"description": "Custom versioning for miniflux",
"matchDatasources": ["docker"],
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/apps/networking/blocky/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ spec:
containers:
main:
image:
# TODO: move to semver once available
repository: ghcr.io/0xerr0r/blocky
tag: development@sha256:ffff64d13f582b92b3752447e941f8b63901e8b6fdaa1c16753ee46029d6ba27 # TODO: switch to semver
tag: development@sha256:ffff64d13f582b92b3752447e941f8b63901e8b6fdaa1c16753ee46029d6ba27
env:
TZ: ${TIMEZONE}
probes:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/security/lldap/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
image:
# TODO: move to semver once available
repository: ghcr.io/lldap/lldap
tag: 2023-12-31-alpine-rootless@sha256:a9332ab558429a49027d631dec44eb009476352012bb7fd282254aa8b638ed1a
tag: latest-alpine-rootless@sha256:dedae00432ec7b0cd1dffd6f755c23deef4c1763af37e2ebd2b5f9415a24a0a8
env:
TZ: ${TIMEZONE}
LLDAP_HTTP_PORT: &httpPort 80
Expand Down

0 comments on commit f0bdcfc

Please sign in to comment.