Skip to content

Commit

Permalink
feat: update plaato
Browse files Browse the repository at this point in the history
  • Loading branch information
djtecha committed Feb 3, 2025
1 parent e14fbd1 commit b2873c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
34 changes: 1 addition & 33 deletions charts/cronjobs/values.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,2 @@
jobs:
timeZone: "Etc/UTC"
# - name: reader
# namespace: default
# image:
# repository: ghcr.io/djtecha/rss_parser
# tag: v0.12.1
# imagePullPolicy: IfNotPresent
# schedule: "*/2 * * * *"
# failedJobsHistoryLimit: 1
# successfulJobsHistoryLimit: 1
# concurrencyPolicy: Allow
# restartPolicy: OnFailure
# imagePullSecrets:
# name: "rss-reader"
# volumes:
# - name: rss-feed
# persistentVolumeClaim:
# claimName: rss-feed
# volumeMounts:
# - mountPath: "/tmp"
# name: rss-feed
# env:
# - name: BREVO_API
# valueFrom:
# secretKeyRef:
# name: brevo-api
# key: BREVO_API
# command: ["python3"]
# args:
# - "app.py"
# - "-c"
# - "config.yaml"
# - "--ignore_email"
timeZone: "Etc/UTC"
2 changes: 1 addition & 1 deletion charts/open-plaato-keg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: open-plaato-keg
description: A Helm chart for open-plaato-keg
type: application
version: 0.1.0
version: 0.1.4
appVersion: "0.0.12"
maintainers:
- email: djtecha@gmail.com
Expand Down

0 comments on commit b2873c2

Please sign in to comment.