Skip to content

Commit f92c3c3

Browse files
fix references after moving to baloise orga
1 parent 1c0539d commit f92c3c3

8 files changed

Lines changed: 22 additions & 22 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
- secure: "cyp11ZUB/GJ3o96oFZvMEZPW0rPzWnOHXcQTgQcQBz328+OUBgg/rY61BwRAjk57Kqjr9w7FWCJCjvzHLiTk/wVwsKo3pQw9nJPiyblFKAtGunJfA/rrwVqaDTvki9zWtQKqwteQ9gPpVG4RAsCVVYp0nCsCCfmBsw6iWnHSiQKwpw2g23PTG97xkioFcMNdetdt1+fqQC23fcEd7aktPlq0wRilSOZQRk87zF9tiRzTIL9Cl81guh0xC5FY4KG6egS82DAv0gANQO/aJr2vWpTZRPukL5GkFUpFfRFcH9nszz39R8OQ5B+SWJxbWSkbIN0k5IQyZyN7rWqQkk1p84JSMn3O4/0RSrAXDp93dcb1OxAYQq0o+upBZfcpKBFAAXy0xIHKu8uQe2BohREB2EVlfQIO1iXYnB2hUo7hUyHFQ2btjT1Qq8GdU1uudKmaueDC51WlHmcvBgAptQXD4ESagiL5vSCfw4S7gUevdrxrV+GLkUYGxqzd20CA0kWf05KBYX3JHh02sTwQm+x8cQWL4aHQ/vQN+zYRLh+TrgoOKoR50L5xK1Eyq3boTZ0R6wOcvKgA9ViWZ2ZDckB2FlM2Vpk4Zvmg5cBlgTwP96aQXh06TZgfvx26Ni9JaWb59iZSVSl1RWdeeIv5VZqLBX2MR5jy2rlccg8ws5DqWAQ="
1010
# GITHUB_TOKEN
1111
- secure: "MGMSLhzZuFGVbCGR+EcyC0SODyccmJlKG9vjbSUl9Lxs7Hxm1C9vpcn6eP5LhZtsX3Qsarc52TzM93bwWJWS3Wc1nzNzB/p32MtvD3lECAMps8592PAhmYhNl0Dn2WauNlD/kCDtYO42IZ5jRu74jnOvbqvqJDUasposPGx7MIC2NxFHHEZzuPf4TVf7lpjWYcI08yNTBLqeykAZqdYMXH+tzuHp2DagyP4Ay6LxnqfTdYD980FbWf1ObgfpXAMpzhFC0RP18J5MURF/lKaX/9kal9NGex51UHaFZXiyVNqIMF1Wkw1jRoN95duKGI1F5onnx8bqFoHA/4g5PqUXHBDZfZPq0kZxj3qBCttxOY+M5b0VRm8fAAO2Jh/ly8newk1KElV3Uxy7YHhnEY4OEWQLq2nbHYCFH2qVHXuJovzqn1/3waAdDKpg0SkaW9N9Kud+SZtKkXk5NE97Rt8S+4v2hD+9vZvus33FPBFzZgNN7iRLFAAqMTVnauYVoiQos2XsuEyol2swJeMjZYhUM9m3N05K65uAfj3TWdHMAMw5LQrS8pWnKkQ/xhGEyx3vLih8P14YSeFDIFDD69SKX5pBUmQ1TAReaK8atElUTPcOKzHrGjNggVBxlPdK9bDLIE2CWOaIqYm+m9LbytfjllZT4FzFCBAchE4eShaBLYM="
12-
- IMAGE_NAME=baloiseincubator/gitopscli
12+
- IMAGE_NAME=baloise/gitopscli
1313

1414
jobs:
1515
include:

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Below are a few guidelines we would like you to follow.
1212
If you need help, please reach out to us by opening an issue.
1313

1414
## Report a bug
15-
Reporting bugs is one of the best ways to contribute. Before creating a bug report, please check that an [issue](https://github.com/baloise-incubator/gitopscli/issues) reporting the same problem does not already exist. If there is such an issue, you may add your information as a comment.
15+
Reporting bugs is one of the best ways to contribute. Before creating a bug report, please check that an [issue](https://github.com/baloise/gitopscli/issues) reporting the same problem does not already exist. If there is such an issue, you may add your information as a comment.
1616

1717
To report a new bug you should open an issue that summarizes the bug and set the label to ![bug](https://img.shields.io/badge/-bug-d73a4a).
1818

1919
If you want to provide a fix along with your bug report: That is great! In this case please send us a pull request as described in section [Contribute code](#contribute-code).
2020

2121
## Suggest a feature
22-
To request a new feature you should open an [issue](https://github.com/baloise-incubator/gitopscli/issues/new) and summarize the desired functionality and its use case. Set the issue label to ![enhancement](https://img.shields.io/badge/-enhancement-52d13e).
22+
To request a new feature you should open an [issue](https://github.com/baloise/gitopscli/issues/new) and summarize the desired functionality and its use case. Set the issue label to ![enhancement](https://img.shields.io/badge/-enhancement-52d13e).
2323

2424
## Contribute code
2525
This is an outline of what the workflow for code contributions looks like
2626

27-
- Check the list of open [issues](https://github.com/baloise-incubator/gitopscli/issues). Either assign an existing issue to yourself, or
27+
- Check the list of open [issues](https://github.com/baloise/gitopscli/issues). Either assign an existing issue to yourself, or
2828
create a new one that you would like work on and discuss your ideas and use cases.
2929

3030
It is always best to discuss your plans beforehand, to ensure that your contribution is in line with our goals.
@@ -39,7 +39,7 @@ It is always best to discuss your plans beforehand, to ensure that your contribu
3939
- As you push your changes, update the pull request with new information and tasks as you complete them
4040
- Project maintainers might comment on your work as you progress
4141
- When you are done, remove the ![work in progress](https://img.shields.io/badge/-work%20in%20progress-fc9979) label and ping the maintainers for a review
42-
- Your pull request must receive a :thumbsup: from two [MAINTAINERS](https://github.com/baloise-incubator/gitopscli/blob/master/docs/CODEOWNERS)
42+
- Your pull request must receive a :thumbsup: from two [MAINTAINERS](https://github.com/baloise/gitopscli/blob/master/docs/CODEOWNERS)
4343

4444
Thanks for your contributions!
4545

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
[![Build Status](https://travis-ci.org/baloise-incubator/gitopscli.svg?branch=master)](https://travis-ci.org/baloise-incubator/gitopscli)
3-
[![Latest Release](https://img.shields.io/github/v/tag/baloise-incubator/gitopscli)](https://hub.docker.com/repository/docker/baloiseincubator/gitopscli/tags?page=1)
2+
[![Build Status](https://travis-ci.org/baloise/gitopscli.svg?branch=master)](https://travis-ci.org/baloise/gitopscli)
3+
[![Latest Release](https://img.shields.io/github/v/tag/baloise/gitopscli)](https://hub.docker.com/repository/docker/baloise/gitopscli/tags?page=1)
44
[![Python: 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
5-
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/baloise-incubator/gitopscli)
5+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/baloise/gitopscli)
66
[![License: Apache License Version 2.0](https://img.shields.io/badge/license-Apache%20License%20Version%202.0-lightgrey.svg)](https://choosealicense.com/licenses/apache-2.0/)
77

88
# GitOps CLI ![Stability: Experimental](https://img.shields.io/badge/stability-experimental-orange)
@@ -14,11 +14,11 @@ GitOps CLI is a command line interface (CLI) to perform operations on GitOps man
1414
## Quick Start
1515
The official GitOps CLI Docker image comes with all dependencies pre-installed and ready-to-use. Pull it with:
1616
```bash
17-
docker pull baloiseincubator/gitopscli
17+
docker pull baloise/gitopscli
1818
```
1919
Start the CLI and the print the help page with:
2020
```bash
21-
docker run --rm -it baloiseincubator/gitopscli --help
21+
docker run --rm -it baloise/gitopscli --help
2222
```
2323

2424
## Features
@@ -27,7 +27,7 @@ docker run --rm -it baloiseincubator/gitopscli --help
2727
- Create and delete preview environments in the config repository for a pull request in an app repository.
2828
- Update root config repository with all apps from child config repositories.
2929

30-
For detailed installation and usage instructions, visit [https://baloise-incubator.github.io/gitopscli/](https://baloise-incubator.github.io/gitopscli/).
30+
For detailed installation and usage instructions, visit [https://baloise.github.io/gitopscli/](https://baloise.github.io/gitopscli/).
3131

3232
## Git Provider Support
3333
Currently, we support both BitBucket Server and GitHub.

docs/commands/deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `deploy` command can be used to deploy applications by updating the image tags in the YAML files of a config repository. Of course, you can also use it to update any YAML values in a git repository. However, only _one_ YAML can be changed at a time.
44

55
## Example
6-
Let's assume you have a repository `deployment/incubator-non-prod` which contains your deployment configuration in the form of YAML files (e.g. [Helm](https://helm.sh/) charts). To deploy a new version of your application you need to update some values in `example/values.yaml`.
6+
Let's assume you have a repository `deployment/myapp-non-prod` which contains your deployment configuration in the form of YAML files (e.g. [Helm](https://helm.sh/) charts). To deploy a new version of your application you need to update some values in `example/values.yaml`.
77

88
```yaml
99
# Example Helm values.yaml
@@ -25,7 +25,7 @@ gitopscli deploy \
2525
--git-user "GitOps CLI" \
2626
--git-email "gitopscli@baloise.dev" \
2727
--organisation "deployment" \
28-
--repository-name "incubator-non-prod" \
28+
--repository-name "myapp-non-prod" \
2929
--file "example/values.yaml" \
3030
--values "{frontend.tag: 1.1.0, backend.tag: 1.1.0}"
3131
```
@@ -73,7 +73,7 @@ gitopscli deploy \
7373
--git-user "GitOps CLI" \
7474
--git-email "gitopscli@baloise.dev" \
7575
--organisation "deployment" \
76-
--repository-name "incubator-non-prod" \
76+
--repository-name "myapp-non-prod" \
7777
--file "example/values.yaml" \
7878
--values "{frontend.tag: 1.1.0, backend.tag: 1.1.0}" \
7979
--create-pr \

docs/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ Currently there are two different ways to setup and use the GitOps CLI.
66

77
The official GitOps CLI Docker image comes with all dependencies pre-installed and ready-to-use. Pull it with:
88
```bash
9-
docker pull baloiseincubator/gitopscli
9+
docker pull baloise/gitopscli
1010
```
1111
Start the CLI and the print the help page with:
1212
```bash
13-
docker run --rm -it baloiseincubator/gitopscli --help
13+
docker run --rm -it baloise/gitopscli --help
1414
```
1515

1616
## From Source
1717

1818
Clone the repository and install the GitOps CLI on your machine:
1919
```bash
20-
git clone https://github.com/baloise-incubator/gitopscli.git
20+
git clone https://github.com/baloise/gitopscli.git
2121
pip3 install gitopscli/
2222
```
2323
You can now use it from the command line:

gitopscli/commands/create_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __create_new_preview_env(
195195
def __create_pullrequest(branch, gitops_config, root_git):
196196
title = "Updated preview environment for " + gitops_config.application_name
197197
description = f"""
198-
This Pull Request is automatically created through [gitopscli](https://github.com/baloise-incubator/gitopscli).
198+
This Pull Request is automatically created through [gitopscli](https://github.com/baloise/gitopscli).
199199
"""
200200
pull_request = root_git.create_pull_request(branch, "master", title, description)
201201
logging.info("Pull request created: %s", {root_git.get_pull_request_url(pull_request)})

gitopscli/commands/delete_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def delete_preview_command(
9292
def __create_pullrequest(branch, gitops_config, root_git):
9393
title = "Deleted preview environment for " + gitops_config.application_name
9494
description = f"""
95-
This Pull Request is automatically created through [gitopscli](https://github.com/baloise-incubator/gitopscli).
95+
This Pull Request is automatically created through [gitopscli](https://github.com/baloise/gitopscli).
9696
"""
9797
pull_request = root_git.create_pull_request(branch, "master", title, description)
9898
logging.info("Pull request created: %s", {root_git.get_pull_request_url(pull_request)})

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Project information
22
site_name: 'GitOps CLI'
33
site_description: 'A command line interface to perform operations on GitOps managed infrastructure repositories.'
4-
site_url: 'https://baloise-incubator.github.io/gitopscli/'
4+
site_url: 'https://baloise.github.io/gitopscli/'
55

66
# Repository
7-
repo_name: 'baloise-incubator/gitopscli'
8-
repo_url: 'https://github.com/baloise-incubator/gitopscli'
7+
repo_name: 'baloise/gitopscli'
8+
repo_url: 'https://github.com/baloise/gitopscli'
99

1010
# Navigation
1111
nav:

0 commit comments

Comments
 (0)