+63
-2
lines changedFilter options
+63
-2
lines changed Original file line number Diff line number Diff line change
@@ -71,15 +71,76 @@ MySQL. We can use `helm inspect chart` to see this:
71
71
72
72
```console
73
73
$ helm inspect stable/mariadb
74
-
Fetched stable/mariadb to mariadb-0.5.1.tgz
75
-
description: Chart for MariaDB
74
+
apiVersion: v1
75
+
appVersion: 10.3.22
76
+
deprecated: true
77
+
description: DEPRECATED Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
76
78
engine: gotpl
77
79
home: https://mariadb.org
80
+
icon: https://bitnami.com/assets/stacks/mariadb/img/mariadb-stack-220x234.png
78
81
keywords:
79
82
- mariadb
80
83
- mysql
81
84
- database
82
85
- sql
86
+
- prometheus
87
+
name: mariadb
88
+
sources:
89
+
- https://github.com/bitnami/bitnami-docker-mariadb
90
+
- https://github.com/prometheus/mysqld_exporter
91
+
version: 7.3.14
92
+
...
93
+
```
94
+
95
+
Sometimes there will be a development version of a chart available. Compare
96
+
these excerpts for the spinnaker chart's default vs development versions:
97
+
98
+
```console
99
+
$ helm inspect stable/spinnaker
100
+
apiVersion: v1
101
+
appVersion: 1.16.2
102
+
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
103
+
home: http://spinnaker.io/
104
+
icon: https://pbs.twimg.com/profile_images/669205226994319362/O7OjwPrh_400x400.png
105
+
maintainers:
106
+
- email: viglesias@google.com
107
+
name: viglesiasce
108
+
- email: ezimanyi@google.com
109
+
name: ezimanyi
110
+
- email: hello@dwardu.com
111
+
name: dwardu89
112
+
- email: username.taken@gmail.com
113
+
name: paulczar
114
+
name: spinnaker
115
+
sources:
116
+
- https://github.com/spinnaker
117
+
- https://github.com/viglesiasce/images
118
+
version: 1.23.3
119
+
...
120
+
```
121
+
122
+
```console
123
+
$ helm inspect stable/spinnaker --devel
124
+
125
+
apiVersion: v1
126
+
appVersion: 1.16.2
127
+
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
128
+
home: http://spinnaker.io/
129
+
icon: https://pbs.twimg.com/profile_images/669205226994319362/O7OjwPrh_400x400.png
130
+
maintainers:
131
+
- email: viglesias@google.com
132
+
name: viglesiasce
133
+
- email: ezimanyi@google.com
134
+
name: ezimanyi
135
+
- email: hello@dwardu.com
136
+
name: dwardu89
137
+
- email: username.taken@gmail.com
138
+
name: paulczar
139
+
name: spinnaker
140
+
sources:
141
+
- https://github.com/spinnaker
142
+
- https://github.com/viglesiasce/images
143
+
version: 2.0.0-rc5
83
144
...
84
145
```
85
146
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4