chore(repo) Update chart versions and add sources and keywords
This commit is contained in:
parent
d0740f06f5
commit
8345a95dea
10 changed files with 108 additions and 183 deletions
|
@ -51,10 +51,11 @@ Below you'll find an overview of the charts and an intro to get you started.
|
||||||
- [[charts/foundationdb][FoundationDB]] (=fdb-operator=): Distributed database with ACID transactions developed by Apple.
|
- [[charts/foundationdb][FoundationDB]] (=fdb-operator=): Distributed database with ACID transactions developed by Apple.
|
||||||
This buils and deploys, but I don't actively use it at the moment.
|
This buils and deploys, but I don't actively use it at the moment.
|
||||||
|
|
||||||
- [[charts/hasura-engine][Hasura]]: Connects to databases and services to provide a realtime GraphQL API.
|
- [[charts/hasura-engine][Hasura]]: Connects to databases and services to provide a realtime GraphQL API. I'm a little
|
||||||
|
skeptical of their licensing model, but I have tested it and it deploys well.
|
||||||
|
|
||||||
- [[charts/netbox][Netbox]]: Modeling and docs for IP address management (IPAM) and datacenter
|
- [[charts/netbox][Netbox]]: Modeling and docs for IP address management (IPAM) and datacenter
|
||||||
infrastructure management (DCIM).
|
infrastructure management (DCIM). I plan to clean up this Helm, but for now it has only been imported.
|
||||||
|
|
||||||
- [[charts/penpot][Penpot]]: Design and prototyping tool. For visual collaboration on visuals, prototypes, UX and more.
|
- [[charts/penpot][Penpot]]: Design and prototyping tool. For visual collaboration on visuals, prototypes, UX and more.
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,18 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: attic-repo
|
name: attic-repo
|
||||||
description: A Nix binary caching server
|
description: A Nix binary caching server
|
||||||
appVersion: b43d12
|
appVersion: bdafd64910bb2b861cf90fa15f1fc93318b6fbf6
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.5.0
|
version: 0.5.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
keywords:
|
||||||
|
- kubernetes
|
||||||
|
- binarycache
|
||||||
|
- nix
|
||||||
|
- caching
|
||||||
|
- packages
|
||||||
|
sources:
|
||||||
|
- https://docs.attic.rs/
|
||||||
|
- https://github.com/zhaofengli/attic
|
||||||
|
|
|
@ -1,133 +1,6 @@
|
||||||
---
|
|
||||||
## Number of replicas for the media repo
|
|
||||||
##
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
## Image configuration for the media repo
|
|
||||||
##
|
|
||||||
image:
|
image:
|
||||||
repository: turt2live/matrix-media-repo
|
|
||||||
repository: zhaofengli/attic
|
repository: zhaofengli/attic
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: b43d12082e34bceb26038bdad0438fd68804cfcd
|
tag: bdafd64910bb2b861cf90fa15f1fc93318b6fbf6
|
||||||
|
|
||||||
imagePullSecrets: []
|
|
||||||
# nameOverride: ""
|
|
||||||
# fullnameOverride: ""
|
|
||||||
|
|
||||||
## Global configuration.
|
|
||||||
## Ref: https://github.com/turt2live/matrix-media-repo/blob/master/config.sample.yaml
|
|
||||||
##
|
|
||||||
config:
|
|
||||||
datastores:
|
|
||||||
- type: file
|
|
||||||
id: "artefacts"
|
|
||||||
forKinds: ["thumbnails", "remote_media", "local_media", "archives"]
|
|
||||||
opts:
|
|
||||||
path: /media
|
|
||||||
#
|
|
||||||
# - type: s3
|
|
||||||
# id: "examples3"
|
|
||||||
# forKinds: ["all"]
|
|
||||||
# opts:
|
|
||||||
# tempPath: "/tmp/mediarepo_s3_upload"
|
|
||||||
# endpoint: sfo2.digitaloceanspaces.com
|
|
||||||
# accessKeyId: ""
|
|
||||||
# accessSecret: ""
|
|
||||||
# ssl: true
|
|
||||||
# bucketName: "your-media-bucket"
|
|
||||||
# region: "sfo2"
|
|
||||||
|
|
||||||
## For setting extra parameters on the repo block, separated to avoid breaking
|
|
||||||
## the defaults when merging multiple configurations.
|
|
||||||
## Ref: https://github.com/turt2live/matrix-media-repo/blob/master/config.sample.yaml#L1-L22
|
|
||||||
##
|
|
||||||
extraRepo: {}
|
|
||||||
# useForwardedHost: false
|
|
||||||
|
|
||||||
extraVolumes: []
|
|
||||||
|
|
||||||
extraVolumeMounts: []
|
|
||||||
|
|
||||||
## Per-domain configuration.
|
|
||||||
## Ref: https://github.com/turt2live/matrix-media-repo/blob/master/docs/config.md
|
|
||||||
##
|
|
||||||
homeservers: {}
|
|
||||||
# example.org:
|
|
||||||
# csApi: 'https://example.org'
|
|
||||||
# backoffAt: 10
|
|
||||||
# adminApiKind: 'matrix'
|
|
||||||
# identicons:
|
|
||||||
# enabled: false
|
|
||||||
|
|
||||||
## Media persistence, mounted in the pod as /media.
|
|
||||||
## Can be disabled if no datastore uses it.
|
|
||||||
##
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
# existingClaim: matrix-media-repo
|
|
||||||
# storageClass: "-"
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 16Gi
|
|
||||||
|
|
||||||
|
|
||||||
## Configures an application-specific service account.
|
|
||||||
##
|
|
||||||
serviceAccount:
|
|
||||||
create: false
|
|
||||||
|
|
||||||
# Annotations to add to the service account
|
|
||||||
annotations: {}
|
|
||||||
# The name of the service account to use.
|
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
|
||||||
name: ""
|
|
||||||
|
|
||||||
## Additional annotations to add to the pod.
|
|
||||||
##
|
|
||||||
podAnnotations: {}
|
|
||||||
|
|
||||||
## Security context configuration to add to the pod.
|
|
||||||
##
|
|
||||||
podSecurityContext: {}
|
|
||||||
# fsGroup: 2000
|
|
||||||
|
|
||||||
## Security context configuration to add to the container inside the pod.
|
|
||||||
##
|
|
||||||
securityContext: {}
|
|
||||||
# capabilities:
|
|
||||||
# drop:
|
|
||||||
# - ALL
|
|
||||||
# readOnlyRootFilesystem: true
|
|
||||||
# runAsNonRoot: true
|
|
||||||
# runAsUser: 1000
|
|
||||||
|
|
||||||
## Service configuration.
|
|
||||||
##
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 80
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
resources: {}
|
|
||||||
# limits:
|
|
||||||
# cpu: 250m
|
|
||||||
# memory: 512Mi
|
|
||||||
# requests:
|
|
||||||
# cpu: 250m
|
|
||||||
# memory: 512Mi
|
|
||||||
|
|
||||||
## Configure a PodMonitor definition for the application.
|
|
||||||
## Requires the Prometheus Operator
|
|
||||||
##
|
|
||||||
podmonitor:
|
|
||||||
enabled: false
|
|
||||||
## Set the crawl interval (optional)
|
|
||||||
## Otherwise uses the default setting set in prometheus
|
|
||||||
# interval: 30s
|
|
||||||
|
|
||||||
nodeSelector: {}
|
|
||||||
tolerations: []
|
|
||||||
affinity: {}
|
|
||||||
annotations: {}
|
|
||||||
labels: {}
|
|
||||||
|
|
|
@ -2,8 +2,16 @@ apiVersion: v2
|
||||||
name: conduit
|
name: conduit
|
||||||
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.9
|
version: 0.3.0
|
||||||
appVersion: "0.6.0"
|
appVersion: "0.6.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
keywords:
|
||||||
|
- kubernetes
|
||||||
|
- matrixorg
|
||||||
|
- messenger
|
||||||
|
- encryption
|
||||||
|
- selfhosted
|
||||||
|
sources:
|
||||||
|
- https://gitlab.com/famedly/conduit
|
||||||
|
|
|
@ -1,7 +1,17 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: dispatch
|
name: dispatch
|
||||||
description: Netflix Dispatch incident management system
|
description: Netflix Dispatch incident management system
|
||||||
version: 0.3.2
|
version: 0.3.3
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
icon: https://raw.githubusercontent.com/Netflix/dispatch/master/docs/branding/website_logo_solid_background_icon_only_square.png
|
||||||
|
keywords:
|
||||||
|
- kubernetes
|
||||||
|
- crisis
|
||||||
|
- management
|
||||||
|
- incident
|
||||||
|
- coordination
|
||||||
|
sources:
|
||||||
|
- https://netflix.github.io/dispatch/
|
||||||
|
- https://github.com/Netflix/dispatch
|
||||||
|
|
|
@ -2,11 +2,16 @@ apiVersion: v2
|
||||||
name: fdb-operator
|
name: fdb-operator
|
||||||
description: A Helm chart for foundationDB operator
|
description: A Helm chart for foundationDB operator
|
||||||
home: https://www.foundationdb.org/
|
home: https://www.foundationdb.org/
|
||||||
sources:
|
|
||||||
- https://github.com/FoundationDB/fdb-kubernetes-operator/tree/master/helm/fdb-operator
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.2
|
version: 0.2.3
|
||||||
appVersion: v1.30.0
|
appVersion: 7.3.27-1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
keywords:
|
||||||
|
- kubernetes
|
||||||
|
- apple
|
||||||
|
- operator
|
||||||
|
- database
|
||||||
|
sources:
|
||||||
|
- https://github.com/FoundationDB/fdb-kubernetes-operator/tree/master/helm/fdb-operator
|
||||||
|
|
|
@ -6,3 +6,15 @@ version: 0.1.2
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
icon: https://avatars.githubusercontent.com/u/13966722?s=200&v=4
|
||||||
|
keywords:
|
||||||
|
- kubernetes
|
||||||
|
- graphql
|
||||||
|
- server
|
||||||
|
- postgres
|
||||||
|
- web
|
||||||
|
- api
|
||||||
|
- rest
|
||||||
|
sources:
|
||||||
|
- https://github.com/hasura/graphql-engine
|
||||||
|
- https://hasura.io/docs/latest/index/
|
||||||
|
|
|
@ -5,11 +5,20 @@ description: |
|
||||||
|
|
||||||
Important; With chart version 4.0.0 there are major upgrades to the packaged Redis and Postgres,
|
Important; With chart version 4.0.0 there are major upgrades to the packaged Redis and Postgres,
|
||||||
as well as a major version bump of Netbox that introduces housekeeping. Take care when upgrading.
|
as well as a major version bump of Netbox that introduces housekeeping. Take care when upgrading.
|
||||||
icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico
|
appVersion: v3.6.7
|
||||||
appVersion: 3.6.3
|
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 5.5.3
|
version: 5.5.5
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico
|
||||||
|
keywords:
|
||||||
|
- kubernetes
|
||||||
|
- netbox
|
||||||
|
- inventory
|
||||||
|
- ipam
|
||||||
|
- dcim
|
||||||
|
sources:
|
||||||
|
- https://docs.netbox.dev/en/stable/
|
||||||
|
- https://github.com/netbox-community/netbox
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
# Default values for netbox.
|
# Default values for netbox.
|
||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
|
@ -14,3 +14,4 @@ keywords:
|
||||||
- design
|
- design
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/penpot/penpot
|
- https://github.com/penpot/penpot
|
||||||
|
- https://penpot.app/
|
||||||
|
|
Loading…
Reference in a new issue