Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 88cc762

Browse files
author
Stevo Slavić
authored
Configure Circle CI (#53)
2 parents 3ba08a7 + ba44c8d commit 88cc762

File tree

11 files changed

+20
-2
lines changed

11 files changed

+20
-2
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2.1
2+
orbs:
3+
architect: giantswarm/architect@0.1.1
4+
5+
workflows:
6+
package-and-push-chart-on-tag:
7+
jobs:
8+
- architect/push-to-app-catalog:
9+
name: "package and push elastic-logging chart"
10+
app_catalog: "giantswarm-incubator-catalog"
11+
app_catalog_test: "giantswarm-incubator-test-catalog"
12+
chart: "kubernetes-elastic-stack-elastic-logging"
13+
# Trigger job on git tag.
14+
filters:
15+
tags:
16+
only: /^v.*/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![CircleCI](https://circleci.com/gh/giantswarm/kubernetes-elastic-stack.svg?style=shield)](https://circleci.com/gh/giantswarm/kubernetes-elastic-stack)
2+
13
# Logging with Elastic in Kubernetes
24

35
See [docs](docs/index.md) for full recipe content.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
appVersion: 6.7.1
33
description: Logging stack with Elasticsearch, fluentd and Kibana
4-
name: elastic-logging
5-
version: 0.1.6
4+
name: kubernetes-elastic-stack-elastic-logging
5+
version: [[ .Version ]]

0 commit comments

Comments
 (0)