Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
shiny-k8s
Merge requests
!24
Add tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add tests
add-tests
into
helm
Overview
0
Commits
10
Pipelines
9
Changes
3
Merged
Bryan BRANCOTTE
requested to merge
add-tests
into
helm
1 year ago
Overview
0
Commits
10
Pipelines
9
Changes
3
Expand
0
0
Merge request reports
Compare
helm
version 8
7b6f0da6
1 year ago
version 7
ee4f949f
1 year ago
version 6
d664f38d
1 year ago
version 5
52a6b2ca
1 year ago
version 4
9f2107b7
1 year ago
version 3
33421f34
1 year ago
version 2
0705003c
1 year ago
version 1
2d8ff763
1 year ago
helm (base)
and
version 3
latest version
3f1fe34b
10 commits,
1 year ago
version 8
7b6f0da6
9 commits,
1 year ago
version 7
ee4f949f
8 commits,
1 year ago
version 6
d664f38d
7 commits,
1 year ago
version 5
52a6b2ca
6 commits,
1 year ago
version 4
9f2107b7
5 commits,
1 year ago
version 3
33421f34
4 commits,
1 year ago
version 2
0705003c
3 commits,
1 year ago
version 1
2d8ff763
2 commits,
1 year ago
3 files
+
73
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
test-chart/Chart.yaml
0 → 100644
+
29
−
0
Options
apiVersion
:
v2
name
:
test-project
description
:
A test project
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type
:
application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
1.0.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion
:
"
1.0.0"
dependencies
:
-
name
:
shiny-k8s-toolkit-helm
version
:
"
*"
repository
:
"
file://../shiny-k8s-toolkit-helm"
Loading