Update halfshot/matrix-hookshot Docker tag to v5.3.0 (#38)
* Update halfshot/matrix-hookshot Docker tag to v5.3.0 * update chart * fix linting errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: alexlebens <alexanderlebens@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: matrix-hookshot
|
name: matrix-hookshot
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
description: Chart for Matrix Hookshot
|
description: Chart for Matrix Hookshot
|
||||||
keywords:
|
keywords:
|
||||||
- matrix
|
- matrix
|
||||||
@@ -11,4 +11,4 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
|
icon: https://avatars.githubusercontent.com/u/8418310?s=48&v=4
|
||||||
appVersion: "5.2.1"
|
appVersion: "5.3.0"
|
||||||
|
@@ -3,7 +3,7 @@ deployment:
|
|||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
image:
|
image:
|
||||||
repository: halfshot/matrix-hookshot
|
repository: halfshot/matrix-hookshot
|
||||||
tag: "5.2.1"
|
tag: "5.3.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env: {}
|
env: {}
|
||||||
envFrom: []
|
envFrom: []
|
||||||
@@ -39,7 +39,7 @@ ingress:
|
|||||||
enabled: false
|
enabled: false
|
||||||
className: ""
|
className: ""
|
||||||
annotations: {}
|
annotations: {}
|
||||||
host: ""
|
host: ""
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
@@ -81,7 +81,7 @@ hookshot:
|
|||||||
resources:
|
resources:
|
||||||
- widgets
|
- widgets
|
||||||
|
|
||||||
#github:
|
# github:
|
||||||
# # (Optional) Configure this to enable GitHub support
|
# # (Optional) Configure this to enable GitHub support
|
||||||
# auth:
|
# auth:
|
||||||
# # Authentication for the GitHub App.
|
# # Authentication for the GitHub App.
|
||||||
@@ -104,7 +104,7 @@ hookshot:
|
|||||||
# # (Optional) Prefix used when creating ghost users for GitHub accounts.
|
# # (Optional) Prefix used when creating ghost users for GitHub accounts.
|
||||||
# _github_
|
# _github_
|
||||||
|
|
||||||
#gitlab:
|
# gitlab:
|
||||||
# # (Optional) Configure this to enable GitLab support
|
# # (Optional) Configure this to enable GitLab support
|
||||||
# instances:
|
# instances:
|
||||||
# gitlab.com:
|
# gitlab.com:
|
||||||
@@ -119,7 +119,7 @@ hookshot:
|
|||||||
# # (Optional) Aggregate comments by waiting this many miliseconds before posting them to Matrix. Defaults to 5000 (5 seconds)
|
# # (Optional) Aggregate comments by waiting this many miliseconds before posting them to Matrix. Defaults to 5000 (5 seconds)
|
||||||
# 5000
|
# 5000
|
||||||
|
|
||||||
#figma:
|
# figma:
|
||||||
# # (Optional) Configure this to enable Figma support
|
# # (Optional) Configure this to enable Figma support
|
||||||
# publicUrl: https://example.com/hookshot/
|
# publicUrl: https://example.com/hookshot/
|
||||||
# instances:
|
# instances:
|
||||||
@@ -128,7 +128,7 @@ hookshot:
|
|||||||
# accessToken: your-personal-access-token
|
# accessToken: your-personal-access-token
|
||||||
# passcode: your-webhook-passcode
|
# passcode: your-webhook-passcode
|
||||||
|
|
||||||
#jira:
|
# jira:
|
||||||
# # (Optional) Configure this to enable Jira support. Only specify `url` if you are using a On Premise install (i.e. not atlassian.com)
|
# # (Optional) Configure this to enable Jira support. Only specify `url` if you are using a On Premise install (i.e. not atlassian.com)
|
||||||
# webhook:
|
# webhook:
|
||||||
# # Webhook settings for JIRA
|
# # Webhook settings for JIRA
|
||||||
@@ -139,7 +139,7 @@ hookshot:
|
|||||||
# client_secret: bar
|
# client_secret: bar
|
||||||
# redirect_uri: https://example.com/oauth/
|
# redirect_uri: https://example.com/oauth/
|
||||||
|
|
||||||
#generic:
|
# generic:
|
||||||
# # (Optional) Support for generic webhook events.
|
# # (Optional) Support for generic webhook events.
|
||||||
# #'allowJsTransformationFunctions' will allow users to write short transformation snippets in code, and thus is unsafe in untrusted environments
|
# #'allowJsTransformationFunctions' will allow users to write short transformation snippets in code, and thus is unsafe in untrusted environments
|
||||||
|
|
||||||
@@ -150,23 +150,23 @@ hookshot:
|
|||||||
# allowJsTransformationFunctions: false
|
# allowJsTransformationFunctions: false
|
||||||
# waitForComplete: false
|
# waitForComplete: false
|
||||||
|
|
||||||
#feeds:
|
# feeds:
|
||||||
# # (Optional) Configure this to enable RSS/Atom feed support
|
# # (Optional) Configure this to enable RSS/Atom feed support
|
||||||
# enabled: false
|
# enabled: false
|
||||||
# pollConcurrency: 4
|
# pollConcurrency: 4
|
||||||
# pollIntervalSeconds: 600
|
# pollIntervalSeconds: 600
|
||||||
# pollTimeoutSeconds: 30
|
# pollTimeoutSeconds: 30
|
||||||
|
|
||||||
#provisioning:
|
# provisioning:
|
||||||
# # (Optional) Provisioning API for integration managers
|
# # (Optional) Provisioning API for integration managers
|
||||||
# secret: "!secretToken"
|
# secret: "!secretToken"
|
||||||
|
|
||||||
#bot:
|
# bot:
|
||||||
# # (Optional) Define profile information for the bot user
|
# # (Optional) Define profile information for the bot user
|
||||||
# displayname: Hookshot Bot
|
# displayname: Hookshot Bot
|
||||||
# avatar: mxc://half-shot.uk/2876e89ccade4cb615e210c458e2a7a6883fe17d
|
# avatar: mxc://half-shot.uk/2876e89ccade4cb615e210c458e2a7a6883fe17d
|
||||||
|
|
||||||
#serviceBots:
|
# serviceBots:
|
||||||
# # (Optional) Define additional bot users for specific services
|
# # (Optional) Define additional bot users for specific services
|
||||||
# - localpart: feeds
|
# - localpart: feeds
|
||||||
# displayname: Feeds
|
# displayname: Feeds
|
||||||
@@ -174,21 +174,21 @@ hookshot:
|
|||||||
# prefix: "!feeds"
|
# prefix: "!feeds"
|
||||||
# service: feeds
|
# service: feeds
|
||||||
|
|
||||||
#metrics:
|
# metrics:
|
||||||
# # (Optional) Prometheus metrics support
|
# # (Optional) Prometheus metrics support
|
||||||
# enabled: true
|
# enabled: true
|
||||||
|
|
||||||
#cache:
|
# cache:
|
||||||
# # (Optional) Cache options for large scale deployments.
|
# # (Optional) Cache options for large scale deployments.
|
||||||
# # For encryption to work, this must be configured.
|
# # For encryption to work, this must be configured.
|
||||||
# redisUri: redis://localhost:6379
|
# redisUri: redis://localhost:6379
|
||||||
|
|
||||||
#queue:
|
# queue:
|
||||||
# # (Optional) Message queue configuration options for large scale deployments.
|
# # (Optional) Message queue configuration options for large scale deployments.
|
||||||
# # For encryption to work, this must not be configured.
|
# # For encryption to work, this must not be configured.
|
||||||
# redisUri: redis://localhost:6379
|
# redisUri: redis://localhost:6379
|
||||||
|
|
||||||
#widgets:
|
# widgets:
|
||||||
# # (Optional) EXPERIMENTAL support for complimentary widgets
|
# # (Optional) EXPERIMENTAL support for complimentary widgets
|
||||||
# addToAdminRooms: false
|
# addToAdminRooms: false
|
||||||
# disallowedIpRanges:
|
# disallowedIpRanges:
|
||||||
@@ -217,12 +217,12 @@ hookshot:
|
|||||||
# branding:
|
# branding:
|
||||||
# widgetTitle: Hookshot Configuration
|
# widgetTitle: Hookshot Configuration
|
||||||
|
|
||||||
#sentry:
|
# sentry:
|
||||||
# # (Optional) Configure Sentry error reporting
|
# # (Optional) Configure Sentry error reporting
|
||||||
# dsn: https://examplePublicKey@o0.ingest.sentry.io/0
|
# dsn: https://examplePublicKey@o0.ingest.sentry.io/0
|
||||||
# environment: production
|
# environment: production
|
||||||
|
|
||||||
#permissions:
|
# permissions:
|
||||||
# # (Optional) Permissions for using the bridge. See docs/setup.md#permissions for help
|
# # (Optional) Permissions for using the bridge. See docs/setup.md#permissions for help
|
||||||
# - actor: example.com
|
# - actor: example.com
|
||||||
# services:
|
# services:
|
||||||
|
Reference in New Issue
Block a user