Skip to content

Commit

Permalink
Merge pull request #6 from fbrissi/master
Browse files Browse the repository at this point in the history
Patterns Names
  • Loading branch information
dbpolito authored Oct 26, 2020
2 parents 31410ef + e77a58d commit dbf43e7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/charts/**/charts
/charts/**/Chart.lock
/charts/*.yaml

# misc
.DS_Store
.env

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/
2 changes: 1 addition & 1 deletion charts/dind/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: dind
description: dind helm chart
version: 1.0.0
version: 1.1.0
dependencies:
- name: generic
version: 1.2.1
Expand Down
2 changes: 1 addition & 1 deletion charts/dind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ generic:
nameOverride: dind

containers:
docker:
default:
image:
repository: docker
pullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion charts/sshd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: sshd
description: sshd helm chart
version: 1.2.1
version: 1.3.0
dependencies:
- name: generic
version: 1.2.1
Expand Down
2 changes: 1 addition & 1 deletion charts/sshd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generic:
nameOverride: sshd

containers:
app:
default:
image:
repository: kooldev/sshd
pullPolicy: Always
Expand Down

0 comments on commit dbf43e7

Please sign in to comment.