Skip to content

Commit

Permalink
Merge branch 'main' into cli-apply-resource-level
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh authored Dec 5, 2023
2 parents 73cfca9 + f9abff1 commit 87ffd20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/actions/find-changed-directories
with:
contains_the_file: Cargo.toml
changed_relative_to_branch: ${{ github.base_ref || 'not-a-branch' }}
changed_relative_to_ref: origin/${{ github.base_ref || 'not-a-branch' }}
ignore_dirs: ".coredb examples"

lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "fail_if_version_published=false" >> $GITHUB_OUTPUT
else
echo "dry_run=true" >> $GITHUB_OUTPUT
echo "fail_if_version_published=true" >> $GITHUB_OUTPUT
echo "fail_if_version_published=false" >> $GITHUB_OUTPUT
fi
- uses: Swatinem/rust-cache@v2
with:
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Check out the coredb repo to reuse some actions
uses: actions/checkout@v3
with:
repository: coredb-io/coredb
path: ./.coredb
ref: 84664df742ce9774a3029e08111940f9f1fb345e
- name: Find directories with Dockerfiles that changed
id: find_directories
uses: ./.coredb/.github/actions/find-changed-directories
uses: ./.github/actions/find-changed-directories
with:
contains_the_file: Chart.yaml
changed_relative_to_branch: ${{ github.base_ref || 'not-a-branch' }}
ignore_dirs: ".coredb"
changed_relative_to_ref: origin/${{ github.base_ref || 'not-a-branch' }}
ignore_dirs: "examples"

lint:
name: Build and push images
Expand Down
1 change: 0 additions & 1 deletion charts/tembo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ podMonitor:

env: []

## Configure resource requests and limits
resources:
limits:
cpu: 1000m
Expand Down
1 change: 0 additions & 1 deletion tembo-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Tembo Operator


## Requirements

- A Kubernetes cluster: [kind](https://github.com/kubernetes-sigs/kind)
Expand Down

0 comments on commit 87ffd20

Please sign in to comment.