-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and python version and switch to ghcr
- Loading branch information
1 parent
cb31f9b
commit 7e9928a
Showing
10 changed files
with
75 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
apiVersion: v1 | ||
appVersion: "1.0" | ||
description: A Microsoft Team bot that helps organize operational tasks | ||
apiVersion: v2 | ||
name: opsbot | ||
description: A Microsoft Teams bot that helps organize operational tasks | ||
type: application | ||
version: 0.0.1 | ||
appVersion: "0.0.1" | ||
sources: | ||
- https://github.com/MaibornWolff/opsbot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ spec: | |
{{- if .Values.pvc.volumeName }} | ||
volumeName: {{ .Values.pvc.volumeName }} | ||
{{- end }} | ||
{{ end }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Flask==2.1.0 | ||
requests==2.25.1 | ||
botbuilder-core==4.14.0 | ||
botbuilder-schema==4.14.0 | ||
botframework-connector==4.14.0 | ||
APScheduler==3.6.3 | ||
kubernetes==18.20.0 | ||
holidays==0.10.3 | ||
beautifulsoup4==4.9.3 | ||
Flask==3.0.1 | ||
requests==2.31.0 | ||
botbuilder-core==4.14.7 | ||
botbuilder-schema==4.14.7 | ||
botframework-connector==4.14.7 | ||
APScheduler==3.10.4 | ||
kubernetes==29.0.0 | ||
holidays==0.41 | ||
beautifulsoup4==4.12.3 | ||
oyaml==1.0 | ||
click-shell[readline]==2.1 | ||
pytz==2020.1 | ||
aiohttp==3.7.4.post0 | ||
pytz==2023.3.post1 | ||
aiohttp==3.9.1 |