Skip to content

Commit

Permalink
add faiq-0.0.7.tgz
Browse files Browse the repository at this point in the history
faiq-0.0.7.tgz-meta/README.md
faiq-0.0.7.tgz-meta/main.yaml
faiq-0.0.7.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Dec 18, 2023
1 parent 29e4b59 commit d6d900e
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 1 deletion.
Binary file added faiq-0.0.7.tgz
Binary file not shown.
5 changes: 5 additions & 0 deletions faiq-0.0.7.tgz-meta/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# FAIQ

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/faiq/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/faiq/tree/main)

This is an application that will use OpenAI to create thread summaries in Slack.
10 changes: 10 additions & 0 deletions faiq-0.0.7.tgz-meta/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.7.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.7.tgz-meta/README.md
application.giantswarm.io/team: teddyfriends
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.7.tgz-meta/values.schema.json
chartApiVersion: v1
chartFile: faiq-0.0.7.tgz
dateCreated: '2023-12-18T16:34:53.666441'
digest: 661ef233f6a87524470f46b9c43b874167dcf7a587a3a4ed130cfde7f735e5e9
home: https://github.com/giantswarm/faiq
198 changes: 198 additions & 0 deletions faiq-0.0.7.tgz-meta/values.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"affinity": {
"type": "object"
},
"autoscaling": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"maxReplicas": {
"type": "integer"
},
"minReplicas": {
"type": "integer"
},
"targetCPUUtilizationPercentage": {
"type": "integer"
}
}
},
"baseDomain": {
"type": "string"
},
"faiq": {
"type": "object",
"properties": {
"openAiApiKey": {
"type": "string"
},
"slackBotToken": {
"type": "string"
},
"slackSigningSecret": {
"type": "string"
}
}
},
"fullnameOverride": {
"type": "string"
},
"global": {
"type": "object",
"properties": {
"podSecurityStandards": {
"type": "object",
"properties": {
"enforced": {
"type": "boolean"
}
}
}
}
},
"image": {
"type": "object",
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
"imagePullSecrets": {
"type": "array"
},
"nameOverride": {
"type": "string"
},
"nodeSelector": {
"type": "object"
},
"podAnnotations": {
"type": "object"
},
"replicaCount": {
"type": "integer"
},
"resources": {
"type": "object",
"properties": {
"limits": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
},
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
}
}
},
"securityContext": {
"type": "object",
"properties": {
"container": {
"type": "object",
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"capabilities": {
"type": "object",
"properties": {
"drop": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"privileged": {
"type": "boolean"
},
"readOnlyRootFilesystem": {
"type": "boolean"
},
"runAsGroup": {
"type": "integer"
},
"runAsNonRoot": {
"type": "boolean"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
},
"pod": {
"type": "object",
"properties": {
"fsGroup": {
"type": "integer"
}
}
}
}
},
"service": {
"type": "object",
"properties": {
"port": {
"type": "integer"
},
"type": {
"type": "string"
}
}
},
"serviceAccount": {
"type": "object",
"properties": {
"annotations": {
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
},
"tolerations": {
"type": "array"
}
}
}
23 changes: 22 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4314,6 +4314,27 @@ entries:
- https://giantswarm.github.io/giantswarm-playground-catalog/external-secrets-0.1.0.tgz
version: 0.1.0
faiq:
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.7.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.7.tgz-meta/README.md
application.giantswarm.io/team: teddyfriends
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.7.tgz-meta/values.schema.json
apiVersion: v1
appVersion: 0.0.7
created: "2023-12-18T16:34:55.138162109Z"
description: A Helm chart for FAIQ, the Slack support manager
digest: 661ef233f6a87524470f46b9c43b874167dcf7a587a3a4ed130cfde7f735e5e9
home: https://github.com/giantswarm/faiq
maintainers:
- name: Giant Swarm teddyfriends
url: https://github.com/giantswarm/faiq
name: faiq
sources:
- https://github.com/giantswarm/faiq
- https://raw.githubusercontent.com/giantswarm/faiq/v[[ .Version ]]/README.md
urls:
- https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.7.tgz
version: 0.0.7
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.6.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-playground-catalog/faiq-0.0.6.tgz-meta/README.md
Expand Down Expand Up @@ -9107,4 +9128,4 @@ entries:
urls:
- https://giantswarm.github.io/giantswarm-playground-catalog/vertical-pod-autoscaler-crd-1.0.0.tgz
version: 1.0.0
generated: "2023-12-18T15:44:57.272207493Z"
generated: "2023-12-18T16:34:55.137350124Z"

0 comments on commit d6d900e

Please sign in to comment.