Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluxcd/flux-get-started
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jp83/flux-get-started
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 28, 2019

  1. change release repo to my fork

    jp83 authored Apr 28, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    72006d3 View commit details
  2. Auto-release alpine:3.9

    Weave Flux committed Apr 28, 2019
    Copy the full SHA
    097590e View commit details
  3. Copy the full SHA
    3e98799 View commit details

Commits on Apr 29, 2019

  1. Copy the full SHA
    05b9e22 View commit details
Showing with 9 additions and 4 deletions.
  1. +7 −2 releases/ghost.yaml
  2. +1 −1 releases/mongodb.yaml
  3. +1 −1 workloads/podinfo-dep.yaml
9 changes: 7 additions & 2 deletions releases/ghost.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ metadata:
spec:
releaseName: ghost
chart:
git: ssh://git@github.com/weaveworks/flux-get-started
git: ssh://git@github.com/jp83/flux-get-started
ref: master
path: charts/ghost
values:
@@ -21,7 +21,12 @@ spec:
requests:
memory: 32Mi
cpu: 10m
serviceType: ClusterIP
#ingress:
# enabled: true
# annotations:
# kubernetes.io/ingress.class: "traefik"
#serviceType: ClusterIP
serviceType: NodePort
mariadb:
persistence:
enabled: false
2 changes: 1 addition & 1 deletion releases/mongodb.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
values:
image:
repository: bitnami/mongodb
tag: 4.0.3
tag: 4.0.6
usePassword: false
persistence:
enabled: false
2 changes: 1 addition & 1 deletion workloads/podinfo-dep.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ spec:
spec:
initContainers:
- name: init
image: alpine:3.5
image: alpine:3.9
command:
- sleep
- "1"