Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR for TIKA-3988 #13

Merged
merged 9 commits into from
Mar 20, 2023
Merged
24 changes: 21 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: Lint and Test Charts

on: pull_request
on:
pull_request:
branches: [ main ]

jobs:
lint-test:
Expand Down Expand Up @@ -33,11 +50,12 @@ jobs:
fi

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --charts .

- name: Create kind cluster
uses: helm/kind-action@v1.4.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install
run: ct install --target-branch ${{ github.event.repository.default_branch }} --charts .
if: steps.list-changed.outputs.changed == 'true'
15 changes: 10 additions & 5 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ apiVersion: v2
name: tika
appVersion: "2.7.0.0"
version: "2.7.0"
#kubeVersion:
description: The official Helm chart to deploy Apache Tika on Kubernetes
type: application
keywords:
Expand All @@ -33,10 +32,16 @@ home: https://tika.apache.org
sources:
- https://github.com/apache/tika
- https://github.com/apache/tika-helm
#dependencies:
maintainers:
- name: Apache Tika Developers
email: dev@tika.apache.org
url: https://tika.apache.org
- name: lewismc
email: lewismc@apache.org
- name: stijnbrouwers
url: https://github.com/stijnbrouwers
- name: philipsoutham
url: https://github.com/philipsoutham
- name: frascu
url: https://github.com/frascu
- name: euven
url: https://github.com/euven
icon: https://tika.apache.org/tika.png
deprecated: false
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
tika-helm
=========

<!--[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/)-->
<!--[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/apache)](https://artifacthub.io/packages/search?repo=apache)-->

A [Helm chart][] to deploy [Apache Tika][] on [Kubernetes][].

<img src="https://tika.apache.org/tika.png" width="300" />
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ networkPolicy:
allowExternal: false

config:
base_url: "http://localhost/"
base_url: "http://localhost/"