Skip to content

Commit

Permalink
feat: federated (#63)
Browse files Browse the repository at this point in the history
* feat: federated

* fix: env name

* chore: bump chart version
  • Loading branch information
irmannmal authored Feb 23, 2023
1 parent 50b5b3d commit 0eafb72
Show file tree
Hide file tree
Showing 25 changed files with 96 additions and 614 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/analyzer.yaml

This file was deleted.

42 changes: 42 additions & 0 deletions .github/workflows/cii.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: CII

on:
branch_protection_rule:
schedule:
- cron: '00 5 * * 0'

permissions:
contents: read

concurrency:
group: cii-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'branch_protection_rule' }}

jobs:
openssf-scorecard:
permissions:
actions: read
contents: read
id-token: write
security-events: write
runs-on: ubuntu-20.04
name: OpenSSF Scorecards
steps:
- name: Checkout Repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Analize
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload Result to Artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: Upload Result to Code-Scanning
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
with:
sarif_file: results.sarif
19 changes: 0 additions & 19 deletions .github/workflows/mlc_config.json

This file was deleted.

2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @myriadsocial/devops
* @myriadsocial/devops
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div align="center">
<img src="https://avatars.githubusercontent.com/u/80524516?s=200&v=4">
</div>
<br>
<br>

<div align="Center">
<h1>Myriad Charts</h1>
<h2>It's Your Turn to Own Your Web</h2>
<p>Starting with Myriad.Social, we are creating a platform where social app, metaverse and messenger seamlessly integrate, together and with further applications. As a user, a content creator or a builder, Myriad is designed to be yours.</p>
Starting with Myriad.Social, we are creating a platform where social app, metaverse and messenger seamlessly integrate, together and with further applications. As a user, a content creator or a builder, Myriad is designed to be yours.

<br>
<br>

Expand All @@ -32,7 +32,6 @@
* `charts/myriad-api` : [Myriad API Chart](./charts/myriad-api)
* `charts/myriad-web` : [Myriad Web App Chart](./charts/myriad-web)
* `charts/myriad-federated` : [Myriad Web Federated Chart](./charts/myriad-federated)
* `charts/myriad-app-deployer` : [Myriad App Deployer](./charts/myriad-app-deployer)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions charts/myriad-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.3.1
version: 2.3.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.3.1"
appVersion: "2.3.3"
maintainers:
- email: [email protected]
name: myriadsocial
23 changes: 0 additions & 23 deletions charts/myriad-app-deployer/.helmignore

This file was deleted.

27 changes: 0 additions & 27 deletions charts/myriad-app-deployer/Chart.yaml

This file was deleted.

70 changes: 0 additions & 70 deletions charts/myriad-app-deployer/templates/_helpers.tpl

This file was deleted.

Loading

0 comments on commit 0eafb72

Please sign in to comment.