Skip to content

Commit 8e58f68

Browse files
committed
Archive 'Understanding Helm upgrade flags' article
1 parent f14f0f1 commit 8e58f68

13 files changed

+493
-18
lines changed

articles.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Articles</title>
7+
<meta name="description" content="" />
8+
<link rel="stylesheet" href="codemirror/codemirror.css" />
9+
<link rel="stylesheet" href="codemirror/material.css" />
10+
<link rel="stylesheet" href="style.css" />
11+
<link rel="icon" type="image/png" href="favicon.png" />
12+
</head>
13+
<body>
14+
<div class="app">
15+
<div class="top">
16+
<a class="logo" href="/">Helm-playground.com</a>
17+
<a class="top__link" href="/cheatsheet.html">Syntax cheatsheet</a>
18+
<a class="top__link top__link--active" href="/articles.html"
19+
>Articles</a
20+
>
21+
<a
22+
style="margin-left: auto"
23+
class="top__link hide-on-mobile"
24+
href="https://shipmight.com"
25+
>Brought to you by Shipmight - Kubernetes-powered PaaS in your
26+
cloud</a
27+
>
28+
</div>
29+
<div class="content content--page">
30+
<h2>Articles</h2>
31+
<p>
32+
<a href="/understanding-helm-upgrade-reset-reuse-values.html"
33+
>Understanding Helm upgrade flags</a
34+
>
35+
</p>
36+
37+
<hr />
38+
39+
<p>
40+
Source code for this page can be found on
41+
<a href="https://github.com/shipmight/helm-playground">GitHub</a>.
42+
</p>
43+
44+
<p class="ad">
45+
FYI! This site uses Fathom Analytics which does not use cookies. Use
46+
<a href="https://usefathom.com/ref/4HFQGS" target="_blank"
47+
>this link</a
48+
>
49+
for a $10 discount.
50+
</p>
51+
</div>
52+
</div>
53+
<script
54+
src="https://cdn.usefathom.com/script.js"
55+
data-site="ZNCHLJMX"
56+
defer
57+
></script>
58+
</body>
59+
</html>

cheatsheet.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
<div class="app">
1818
<div class="top">
1919
<a class="logo" href="/">Helm-playground.com</a>
20-
<a class="top__link" href="/cheatsheet.html">Syntax cheatsheet</a>
20+
<a class="top__link top__link--active" href="/cheatsheet.html"
21+
>Syntax cheatsheet</a
22+
>
23+
<a class="top__link" href="/articles.html">Articles</a>
2124
<a
2225
style="margin-left: auto"
2326
class="top__link hide-on-mobile"
250 KB
Loading
91.2 KB
Loading
112 KB
Loading
94.4 KB
Loading
115 KB
Loading
98.5 KB
Loading
106 KB
Loading
59.1 KB
Loading

0 commit comments

Comments
 (0)