Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
54c25c8
Adding GatewayApi support
YashasviDevtron Aug 12, 2026
f9ecd90
Refactor gateway API configuration in gatewayapi.yaml
YashasviDevtron Aug 12, 2026
e03b5b6
fix: guard nil grpcRoute before accessing .enabled in gatewayapi.yaml
Copilot Aug 12, 2026
a52101f
fix: add grpcRoute.enabled to gatewayApi in values.yaml to fix helm l…
Copilot Aug 12, 2026
a76e4ca
Refactor gatewayapi.yaml for improved clarity
YashasviDevtron Aug 12, 2026
328d9b7
Fix conditional check for external secrets types
YashasviDevtron Aug 24, 2026
2ce1f83
Fix formatting in deployment.yaml for ConfigMaps
YashasviDevtron Aug 24, 2026
12ba040
Fix formatting in externalsecrets.yaml
YashasviDevtron Sep 7, 2026
2f748c3
Add automountServiceAccountToken to deployment.yaml
YashasviDevtron Sep 7, 2026
0976c06
Add automountServiceAccountToken to values.yaml
YashasviDevtron Sep 7, 2026
1f49b84
Add automountServiceAccountToken to deployment.yaml
YashasviDevtron Sep 7, 2026
797f416
Improve formatting in configmap.yaml
YashasviDevtron Sep 7, 2026
ae38ab2
Fix indentation in configmap.yaml
YashasviDevtron Sep 7, 2026
bfac7b9
Refactor secret.yaml for improved formatting
YashasviDevtron Sep 7, 2026
3786508
Fix formatting issues in servicemonitor.yaml
YashasviDevtron Sep 7, 2026
6c3194a
Fix formatting of environment variable entries
YashasviDevtron Sep 7, 2026
06e5d36
Fix indentation in ingress.yaml annotations
YashasviDevtron Sep 7, 2026
e1ac5c5
Fix formatting in externalsecrets.yaml
YashasviDevtron Sep 7, 2026
36274df
Resolve gatewayapi.yaml merge conflict after UI edits
YashasviDevtron Sep 7, 2026
9c6aaf9
Update servicemonitor.yaml
YashasviDevtron Sep 7, 2026
2d8e204
Fix formatting issues in secret.yaml
YashasviDevtron Sep 7, 2026
8ce0c2e
Fix indentation in hpa.yaml for better readability
YashasviDevtron Sep 7, 2026
ea93353
Update keda-autoscaling.yaml
YashasviDevtron Sep 7, 2026
dab82aa
Fix indentation in configmap.yaml
YashasviDevtron Sep 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"server":{"deployment":{"image_tag":"{{.Tag}}","image":"{{.Name}}"}},"pipelineName": "{{.PipelineName}}","releaseVersion":"{{.ReleaseVersion}}","deploymentType": "{{.DeploymentType}}", "app": "{{.App}}", "env": "{{.Env}}", "appMetrics": {{.AppMetrics}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: deployment-chart_4-23-0
version: 4.23.0
Loading
Loading