Skip to content

Commit

Permalink
chore: update package glasskube-autoupdater (#572)
Browse files Browse the repository at this point in the history
Signed-off-by: glasskube-bot <[email protected]>
  • Loading branch information
glasskube-bot authored Jan 8, 2025
1 parent 9e93031 commit 4bfc253
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--value "schedule=0 0 * * *"
25 changes: 25 additions & 0 deletions packages/glasskube-autoupdater/v0.26.1+1/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json

name: glasskube-autoupdater
defaultNamespace: glasskube-system
scope: Cluster
shortDescription: Opt-in to automatically update your Packages
manifests:
- url: https://github.com/glasskube/glasskube/releases/download/v0.26.1/manifest-autoupdater.yaml
references:
- label: GitHub
url: https://github.com/glasskube/glasskube
valueDefinitions:
schedule:
type: text
defaultValue: 0 0 * * *
metadata:
description: CronJob schedule for automatic updates
targets:
- patch:
op: add
path: /spec/schedule
resource:
apiGroup: batch/v1
kind: CronJob
name: glasskube-autoupdate
1 change: 1 addition & 0 deletions packages/glasskube-autoupdater/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ versions:
- version: v0.24.0+1
- version: v0.25.0+1
- version: v0.26.0+1
- version: v0.26.1+1

0 comments on commit 4bfc253

Please sign in to comment.