mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-29 06:55:57 +10:00
[bitnami/tensorflow-resnet] Release 3.4.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.10.3
|
||||
digest: sha256:710e8247ae70ea63a2fb2fde4320511ff28c7b5c7a738861427f104a7718bdf4
|
||||
generated: "2021-12-04T18:27:34.451250796Z"
|
||||
version: 1.10.4
|
||||
digest: sha256:e177cdcd71e67a1e64e95260c4b780374e1d66e85be405d5dc58459654e49ffa
|
||||
generated: "2022-02-01T08:45:59.340617935Z"
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies:
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 1.x.x
|
||||
description: Open-source software library serving the ResNet machine learning model.
|
||||
description: TensorFlow ResNet is a client utility for use with TensorFlow Serving and ResNet models.
|
||||
engine: gotpl
|
||||
home: https://github.com/bitnami/charts/tree/master/bitnami/tensorflow-resnet
|
||||
icon: https://bitnami.com/assets/stacks/tensorflow-inception/img/tensorflow-inception-stack-220x234.png
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-tensorflow-serving
|
||||
- https://github.com/bitnami/bitnami-docker-tensorflow-resnet
|
||||
- https://www.tensorflow.org/serving/
|
||||
version: 3.4.2
|
||||
version: 3.4.3
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
<!--- app-name: TensorFlow ResNet -->
|
||||
<!--- app-name: TensorFlow ®esNet -->
|
||||
|
||||
# TensorFlow Serving ResNet
|
||||
# TensorFlow ®esNet packaged by Bitnami
|
||||
|
||||
TensorFlow Serving is an open-source software library for serving machine learning models. This chart will specifically serve the ResNet model with already trained data.
|
||||
TensorFlow ®esNet is a client utility for use with TensorFlow Serving and ResNet models.
|
||||
|
||||
[Overview of TensorFlow ®esNet](https://github.com/tensorflow/models/tree/master/official/resnet)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -78,10 +82,10 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `server.image.tag` | TensorFlow Serving Image tag (immutable tags are recommended) | `2.7.0-debian-10-r64` |
|
||||
| `server.image.pullPolicy` | TensorFlow Serving image pull policy | `IfNotPresent` |
|
||||
| `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `client.image.registry` | TensorFlow ResNet image registry | `docker.io` |
|
||||
| `client.image.repository` | TensorFlow ResNet image repository | `bitnami/tensorflow-resnet` |
|
||||
| `client.image.tag` | TensorFlow ResNet Image tag (immutable tags are recommended) | `2.7.0-debian-10-r10` |
|
||||
| `client.image.pullPolicy` | TensorFlow ResNet image pull policy | `IfNotPresent` |
|
||||
| `client.image.registry` | TensorFlow ®esNet image registry | `docker.io` |
|
||||
| `client.image.repository` | TensorFlow ®esNet image repository | `bitnami/tensorflow-resnet` |
|
||||
| `client.image.tag` | TensorFlow ®esNet Image tag (immutable tags are recommended) | `2.7.0-debian-10-r10` |
|
||||
| `client.image.pullPolicy` | TensorFlow ®esNet image pull policy | `IfNotPresent` |
|
||||
| `client.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `hostAliases` | Deployment pod host aliases | `[]` |
|
||||
| `containerPorts.server` | Tensorflow server port | `8500` |
|
||||
@@ -157,7 +161,7 @@ Find more information about how to deal with common errors related to Bitnami's
|
||||
|
||||
### To 3.3.0
|
||||
|
||||
TensorFlow ResNet's version was updated to `2.7.0`. Although this new version [does not include breaking changes](https://github.com/tensorflow/serving/releases/tag/2.7.0), the client [was updated to work with newer TF Model Garden models](https://github.com/tensorflow/serving/commit/bb1428d53abb53fe938ddf9bb8839d4dfe48d291). Older models may need to adapt their signature [to the newer, common one](https://www.tensorflow.org/hub/common_signatures/images).
|
||||
TensorFlow ®esNet's version was updated to `2.7.0`. Although this new version [does not include breaking changes](https://github.com/tensorflow/serving/releases/tag/2.7.0), the client [was updated to work with newer TF Model Garden models](https://github.com/tensorflow/serving/commit/bb1428d53abb53fe938ddf9bb8839d4dfe48d291). Older models may need to adapt their signature [to the newer, common one](https://www.tensorflow.org/hub/common_signatures/images).
|
||||
|
||||
As a result, the pretrained model served by this Chart was updated to [Imagenet (ILSVRC-2012-CLS) classification with ResNet 50](https://tfhub.dev/tensorflow/resnet_50/classification/1).
|
||||
|
||||
@@ -197,4 +201,4 @@ 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.
|
||||
limitations under the License.
|
||||
@@ -40,7 +40,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/tensorflow-serving
|
||||
tag: 2.7.0-debian-10-r64
|
||||
tag: 2.7.0-debian-10-r84
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -54,19 +54,19 @@ server:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
pullSecrets: []
|
||||
## TensorFlow ResNet image version
|
||||
## TensorFlow ®esNet image version
|
||||
## ref: https://hub.docker.com/r/bitnami/tensorflow-resnet/tags/
|
||||
## @param client.image.registry TensorFlow ResNet image registry
|
||||
## @param client.image.repository TensorFlow ResNet image repository
|
||||
## @param client.image.tag TensorFlow ResNet Image tag (immutable tags are recommended)
|
||||
## @param client.image.pullPolicy TensorFlow ResNet image pull policy
|
||||
## @param client.image.registry TensorFlow ®esNet image registry
|
||||
## @param client.image.repository TensorFlow ®esNet image repository
|
||||
## @param client.image.tag TensorFlow ®esNet Image tag (immutable tags are recommended)
|
||||
## @param client.image.pullPolicy TensorFlow ®esNet image pull policy
|
||||
## @param client.image.pullSecrets Specify docker-registry secret names as an array
|
||||
##
|
||||
client:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/tensorflow-resnet
|
||||
tag: 2.7.0-debian-10-r10
|
||||
tag: 2.7.0-debian-10-r29
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user