Skip to content

Commit

Permalink
Rename master branch to main (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd authored Feb 6, 2025
1 parent acce339 commit cc20cd0
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-github-cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
pull_request:
branches:
- "master"
- "main"

jobs:
deploy-at-github:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
pull_request:
branches:
- "master"
- "main"

jobs:
helm-docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
pull_request:
branches:
- "master"
- "main"

jobs:
helm-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: helm release
on:
push:
branches:
- "master"
- "main"


jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sphinx docs
on:
push:
branches:
- 'master'
- 'main'

jobs:
build-and-deploy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ The full list of configuration parameters is available in the [Configuration ref
## Server diagram

<p align="center">
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/diagram.svg" alt="diagram" width="700"/>
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/main/docs/img/diagram.svg" alt="diagram" width="700"/>
</p>

## Grafana dashboard

<p align="center">
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/grafana.png" alt="grafana" width="700"/>
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/main/docs/img/grafana.png" alt="grafana" width="700"/>
</p>

## Status of deployment
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'display_github': True, # Integrate GitHub
'github_user': 'fastmachinelearning', # Username
'github_repo': "SuperSONIC", # Repo name
'github_version': 'master', # Version
'github_version': 'main', # Version
'conf_py_path': '/docs/', # Path in the checkout to the docs root
}
html_favicon = 'img/SuperSONIC_small.svg'
2 changes: 1 addition & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation

- `Configuration guide <configuration-guide>`_
- `Configuration reference <configuration-reference>`_
- `Example values.yaml files <https://github.com/fastmachinelearning/SuperSONIC/tree/master/values>`_
- `Example values.yaml files <https://github.com/fastmachinelearning/SuperSONIC/tree/main/values>`_

2. Add FastML Helm repository:

Expand Down
2 changes: 1 addition & 1 deletion helm/supersonic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: supersonic
description: Server infrastructure for inference-as-a-service in large scientific experiments.
icon: https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/SuperSONIC_small_512.png?raw=true
icon: https://github.com/fastmachinelearning/SuperSONIC/blob/main/docs/img/SuperSONIC_small_512.png?raw=true
version: 0.1.2
type: application
home: https://fastmachinelearning.org/SuperSONIC/
Expand Down
4 changes: 2 additions & 2 deletions helm/supersonic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ The full list of configuration parameters is available in the [Configuration ref
## Server diagram

<p align="center">
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/diagram.svg" alt="diagram" width="700"/>
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/main/docs/img/diagram.svg" alt="diagram" width="700"/>
</p>

## Grafana dashboard

<p align="center">
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/grafana.png" alt="grafana" width="700"/>
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/main/docs/img/grafana.png" alt="grafana" width="700"/>
</p>

## Status of deployment
Expand Down
2 changes: 1 addition & 1 deletion helm/supersonic/dashboards/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style="display: flex; align-items: center; background: transparent !important;">
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/SuperSONIC_small_light_256.png?raw=true" alt="SONIC Logo" style="width: 100px; margin-right: 15px; display: inline-block;">
<img src="https://github.com/fastmachinelearning/SuperSONIC/blob/main/docs/img/SuperSONIC_small_light_256.png?raw=true" alt="SONIC Logo" style="width: 100px; margin-right: 15px; display: inline-block;">
<div style="display: inline-block;">
<h1 style="margin: 0; padding: 0;">SuperSONIC Dashboard</h1>
<p style="margin: 5px 0;">Release name: ${release_name}</p>
Expand Down

0 comments on commit cc20cd0

Please sign in to comment.