Skip to content

Commit 0ac766b

Browse files
jatin-jangirjatin-jangir-0220rupinsolanki07
authored
feat: added reference-chart 4.180 and deploy-chart 1.2.0 (#3423)
* added ref-chart 4.18 and deploy chart 1.2 * added strategy type * updated change in service monitor * updated service and restartpolicy in rollout --------- Co-authored-by: jatin-jangir-0220 <[email protected]> Co-authored-by: Rupin Solanki <[email protected]> Co-authored-by: Rupin Solanki <[email protected]>
1 parent 044bd7d commit 0ac766b

File tree

84 files changed

+12349
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+12349
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj
22+
.vscode/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"server":{"deployment":{"image_tag":"{{.Tag}}","image":"{{.Name}}"}},"pipelineName": "{{.PipelineName}}","releaseVersion":"{{.ReleaseVersion}}","deploymentType": "{{.DeploymentType}}", "app": "{{.App}}", "env": "{{.Env}}", "appMetrics": {{.AppMetrics}}}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: v1
2+
appVersion: "1.0"
3+
description: A Helm chart for Kubernetes
4+
name: deployment-chart_4-18-0
5+
version: 4.18.0

0 commit comments

Comments
 (0)