Compare commits
5 Commits
fix/twitch
...
560699c81d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
560699c81d | ||
|
|
1926a6deb5 | ||
|
|
87272f4b45 | ||
|
|
18a293690e
|
||
|
|
fb7ba5d145 |
@@ -2,13 +2,8 @@ name: Build and Push Docker Image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
tags:
|
tags:
|
||||||
- 'build_*'
|
- 'build_*'
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: rgy.angels-dev.fr
|
REGISTRY: rgy.angels-dev.fr
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ name: bot_tamiseur
|
|||||||
|
|
||||||
# Version du chart : doit changer si l'application change ou si la configuration du chart change
|
# Version du chart : doit changer si l'application change ou si la configuration du chart change
|
||||||
#version: 1
|
#version: 1
|
||||||
version: "1"
|
version: "1.1.0"
|
||||||
|
|
||||||
# icon (optionnel) mais génère un warning avec "helm lint"
|
# icon (optionnel) mais génère un warning avec "helm lint"
|
||||||
icon: https://helm.sh/img/helm-logo.svg
|
icon: https://helm.sh/img/helm-logo.svg
|
||||||
@@ -4,7 +4,8 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}
|
name: {{ .Release.Name }}
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/target: omegamaestro.{{ .Values.ingress.domain }}
|
external-dns.alpha.kubernetes.io/target: OmegaMaestro.{{- if eq .Values.ingress.provider "technitium" }}force-field.{{- end }}{{ .Values.ingress.domain }}
|
||||||
|
external-dns.alpha.kubernetes.io/{{ .Values.ingress.provider }}: "true"
|
||||||
cert-manager.io/cluster-issuer: {{ .Values.ingress.issuer }}
|
cert-manager.io/cluster-issuer: {{ .Values.ingress.issuer }}
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||||
{{- if .Values.ingress.geoip }}
|
{{- if .Values.ingress.geoip }}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ deployment:
|
|||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
image:
|
image:
|
||||||
repository: "rgy.angels-dev.fr/prod/bot_tamiseur"
|
repository: "rgy.angels-dev.fr/prod/bot_tamiseur"
|
||||||
tag: "build_2025-06-10_01h49"
|
tag: "build_2025-08-19_22h46"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
NODE_ENV: "production"
|
NODE_ENV: "production"
|
||||||
@@ -27,5 +27,6 @@ ingress:
|
|||||||
class: nginx
|
class: nginx
|
||||||
subdomain: dcb-chantier.prd
|
subdomain: dcb-chantier.prd
|
||||||
domain: angels-dev.fr
|
domain: angels-dev.fr
|
||||||
|
provider: cloudflare
|
||||||
issuer: letsencrypt-prod
|
issuer: letsencrypt-prod
|
||||||
geoip: false
|
geoip: false
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "bot_tamiseur",
|
"name": "bot_tamiseur",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bot_tamiseur",
|
"name": "bot_tamiseur",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discord-player/extractor": "^7.1.0",
|
"@discord-player/extractor": "^7.1.0",
|
||||||
"@discordjs/voice": "^0.18.0",
|
"@discordjs/voice": "^0.18.0",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "bot_tamiseur",
|
"name": "bot_tamiseur",
|
||||||
"description": "Listen to music and use fun commands with your friends!",
|
"description": "Listen to music and use fun commands with your friends!",
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Zachary Guénot"
|
"name": "Zachary Guénot"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user